Implement Cask file & general cleanup
This commit is contained in:
parent
b3e5d578cd
commit
42394b5e92
22 changed files with 224 additions and 170 deletions
|
@ -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))
|
||||
|
||||
;;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue