summary refs log tree commit diff stats
path: root/emacs
diff options
context:
space:
mode:
authorAlan Pearce2013-08-01 13:30:40 +0100
committerAlan Pearce2013-08-01 13:30:40 +0100
commit1e5ba0b55f289e00d9c78683b79aefc9fd55f4e2 (patch)
treef03fcb0b04d49c510b2f422cb14bcde495ac596d /emacs
parentae1b7c3d17f24726bfdf1f59a95c6bf0b32824f7 (diff)
downloaddotfiles-1e5ba0b55f289e00d9c78683b79aefc9fd55f4e2.tar.lz
dotfiles-1e5ba0b55f289e00d9c78683b79aefc9fd55f4e2.tar.zst
dotfiles-1e5ba0b55f289e00d9c78683b79aefc9fd55f4e2.zip
Emacs: allow the option key to be used without inputting special characters
Diffstat (limited to 'emacs')
-rw-r--r--emacs/init.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/emacs/init.el b/emacs/init.el
index 2a383ed..71c2ffb 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