mirror of
https://github.com/doomemacs/doomemacs
synced 2025-09-22 16:21:04 -05:00
Implement Cask file & general cleanup
This commit is contained in:
@@ -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))
|
||||
|
||||
;;
|
||||
|
Reference in New Issue
Block a user