Skip to content

Commit

Permalink
add config to change mac command to Meta.
Browse files Browse the repository at this point in the history
  • Loading branch information
jowj committed May 16, 2018
1 parent 9162e1c commit 5d63311
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .emacs.d/init.el
Original file line number Diff line number Diff line change
Expand Up @@ -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))

0 comments on commit 5d63311

Please sign in to comment.