add config to change mac command to Meta.

This commit is contained in:
jowj 2018-05-16 13:58:04 -05:00
parent 9162e1cfd6
commit 5d6331148a

View File

@ -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))