diff options
Diffstat (limited to '.config/emacs/modules/mm-darwin.el')
-rw-r--r-- | .config/emacs/modules/mm-darwin.el | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/.config/emacs/modules/mm-darwin.el b/.config/emacs/modules/mm-darwin.el index 79df610..90dbedd 100644 --- a/.config/emacs/modules/mm-darwin.el +++ b/.config/emacs/modules/mm-darwin.el @@ -19,4 +19,12 @@ (when (display-graphic-p) (mm-ns-raise-emacs)) + +;;; Set Modifier Keys + +(setopt mac-option-key-is-meta nil + mac-command-key-is-meta t) +(setopt mac-option-modifier 'none + mac-command-modifier 'meta) + (provide 'mm-darwin) |