From 1e5ba0b55f289e00d9c78683b79aefc9fd55f4e2 Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Thu, 1 Aug 2013 13:30:40 +0100 Subject: Emacs: allow the option key to be used without inputting special characters --- emacs/init.el | 1 + 1 file changed, 1 insertion(+) (limited to 'emacs') 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 -- cgit 1.4.1