Skip to content

Commit

Permalink
Undercover comes from MELPA, so add that source
Browse files Browse the repository at this point in the history
  • Loading branch information
purcell committed Oct 6, 2019
1 parent 3f7461e commit e03771f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Makefile
@@ -1,7 +1,10 @@
EMACS ?= emacs

INIT_PACKAGES="(progn \
(require 'package) \
(push '(\"melpa\" . \"https://melpa.org/packages/\") package-archives) \
(package-initialize) \
(package-refresh-contents) \
(unless (package-installed-p 'undercover) \
(package-install 'undercover)))"

Expand Down

0 comments on commit e03771f

Please sign in to comment.