diff options
-rw-r--r-- | emacs/init.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/emacs/init.el b/emacs/init.el index 2a383eda..71c2ffbc 100644 --- a/emacs/init.el +++ b/emacs/init.el @@ -462,6 +462,7 @@ Values: `desktop', `server', `laptop'") ;;;; Keybindings (when (eq system-type 'darwin) + (set-keyboard-coding-system nil) (setq mac-option-modifier 'meta mac-control-modifier 'command mac-right-control-modifier 'command |