diff options
Diffstat (limited to 'emacs')
-rw-r--r-- | emacs/init.el | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/emacs/init.el b/emacs/init.el index 5f323a6f..34fab378 100644 --- a/emacs/init.el +++ b/emacs/init.el @@ -461,6 +461,11 @@ Values: `desktop', `server', `laptop'") ;;;; Keybindings +(when (eq system-type 'darwin) + (setq mac-option-modifier 'meta + mac-control-modifier 'command + mac-command-modifier 'control)) + (unbind-key "<f4>") (bind-key "<f5>" #'compile) (bind-key "<f6>" #'kmacro-start-macro-or-insert-counter) |