From 3974306870486650a0e5bb6669280bae12b694fe Mon Sep 17 00:00:00 2001 From: Martin Polden Date: Thu, 25 Feb 2016 22:47:45 +0100 Subject: Use use-package --- lisp/init-mac.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lisp/init-mac.el') 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) -- cgit v1.2.3