summaryrefslogtreecommitdiffstats
path: root/lisp/init-mac.el
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/init-mac.el')
-rw-r--r--lisp/init-mac.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/init-mac.el b/lisp/init-mac.el
index 3235a68..4c36bd1 100644
--- a/lisp/init-mac.el
+++ b/lisp/init-mac.el
@@ -29,8 +29,8 @@
(setq trash-directory "~/.Trash")
;; use path from shell
-(require-package 'exec-path-from-shell)
-(exec-path-from-shell-initialize)
+(use-package exec-path-from-shell
+ :config (exec-path-from-shell-initialize))
;; add binding for toggling fullscreen
(global-set-key (kbd "M-RET") 'toggle-frame-fullscreen)