Implement Cask file & general cleanup

This commit is contained in:
Henrik Lissner 2014-08-29 22:37:25 -04:00
parent b3e5d578cd
commit 42394b5e92
22 changed files with 224 additions and 170 deletions

View file

@ -7,8 +7,8 @@
(setq ns-pop-up-frames nil)
;; fix emacs PATH on OSX
(use-package exec-path-from-shell :ensure t
:if window-system
(use-package exec-path-from-shell
:if (memq window-system '(mac ns))
:init (exec-path-from-shell-initialize))
;;