all repos — nixfiles @ 1e5ba0b55f289e00d9c78683b79aefc9fd55f4e2

System and user configuration, managed by nix and home-manager

Emacs: allow the option key to be used without inputting special characters
Alan Pearce alan@alanpearce.co.uk
Thu, 01 Aug 2013 13:30:40 +0100
commit

1e5ba0b55f289e00d9c78683b79aefc9fd55f4e2

parent

ae1b7c3d17f24726bfdf1f59a95c6bf0b32824f7

1 files changed, 1 insertions(+), 0 deletions(-)

jump to
M emacs/init.elemacs/init.el
@@ -462,6 +462,7 @@ ;;;; 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