This commit is contained in:
Henrik Lissner 2015-08-22 23:42:42 -04:00
parent 758b576fc2
commit 5a4839a4a4
2 changed files with 6 additions and 5 deletions

2
Cask
View file

@ -141,7 +141,7 @@
(depends-on "cmake-mode")
(depends-on "glsl-mode")
;; Org
(depends-on "org-plus-contrib")
;;(depends-on "org-plus-contrib")
;;(depends-on "org-opml" :git "https://github.com/edavis/org-opml")
;; Other
(depends-on "go-mode")

View file

@ -4,13 +4,14 @@
;; Use a shared clipboard
(setq x-select-enable-clipboard t
;; Prefixes: Command = M, Alt = A
mac-command-modifier 'meta
mac-option-modifier 'alt
;;; NOTE These mean nothing to railwaycat's emacs-mac build on OSX
;; Curse Lion and its sudden but inevitable fullscreen mode!
ns-use-native-fullscreen nil
;; Don't open files from the workspace in a new frame
ns-pop-up-frames nil
;; Prefixes: Command = M, Alt = A
mac-command-modifier 'meta
mac-option-modifier 'alt)
ns-pop-up-frames nil)
;; fix emacs PATH on OSX (GUI only)
(when window-system