summaryrefslogtreecommitdiffstats
path: root/lisp/init-mac.el
diff options
context:
space:
mode:
authorMartin Polden <mpolden@mpolden.no>2020-07-25 11:55:25 +0200
committerMartin Polden <mpolden@mpolden.no>2020-07-25 11:57:24 +0200
commit9b2d092e2f07c4d57714b8dc082e489de57722ef (patch)
tree97b1cb873cae8fecf3afeb9ae61d5196e93f2fb3 /lisp/init-mac.el
parent87e31c36665fdcab340cd2d5218986ba327eada4 (diff)
all: Let :ensure default to off
Makes it easier to identify which packages are not bundled with Emacs.
Diffstat (limited to 'lisp/init-mac.el')
-rw-r--r--lisp/init-mac.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/init-mac.el b/lisp/init-mac.el
index bea63f1..deba571 100644
--- a/lisp/init-mac.el
+++ b/lisp/init-mac.el
@@ -30,6 +30,7 @@
;; use paths from shell
(use-package exec-path-from-shell
+ :ensure t
:init (setq exec-path-from-shell-variables '("PATH" "MANPATH" "GOPATH"))
:config (exec-path-from-shell-initialize))