diff --git a/.emacs.d/init.el b/.emacs.d/init.el index 0e94fde..830da0d 100644 --- a/.emacs.d/init.el +++ b/.emacs.d/init.el @@ -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))