Clean up
This commit is contained in:
parent
758b576fc2
commit
5a4839a4a4
2 changed files with 6 additions and 5 deletions
2
Cask
2
Cask
|
@ -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")
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue