This commit is contained in:
Henrik Lissner 2015-01-15 01:49:50 -05:00
parent e91258ceff
commit 7fd8c80b2c
2 changed files with 6 additions and 1 deletions

View file

@ -7,6 +7,8 @@
;; Don't open files from the workspace in a new frame
(setq ns-pop-up-frames nil)
(setq ns-antialias-text nil)
;; fix emacs PATH on OSX (GUI only)
(use-package exec-path-from-shell
:if (memq window-system '(mac ns))