add config to change mac command to Meta.

pull/1/head
jowj 6 years ago
parent 9162e1cfd6
commit 5d6331148a

@ -99,3 +99,7 @@
;; neotree customizations:
(setq neo-smart-open t) ;; opens with current working dir as root
(neotree) ;; open neo tree on emacs start
;; deal with mac command key problems:
(when (eq system-type 'darwin)
(setq mac-command-modifier 'meta))

Loading…
Cancel
Save