about summary refs log tree commit diff stats
path: root/.emacs.d/lisp/init-editor.el
diff options
context:
space:
mode:
Diffstat (limited to '.emacs.d/lisp/init-editor.el')
-rw-r--r--.emacs.d/lisp/init-editor.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/.emacs.d/lisp/init-editor.el b/.emacs.d/lisp/init-editor.el
index ce7951c..1143b59 100644
--- a/.emacs.d/lisp/init-editor.el
+++ b/.emacs.d/lisp/init-editor.el
@@ -63,8 +63,8 @@
 
   (setq sentence-end-double-space nil)
   (set-language-environment "UTF-8")
-  ;; TODO is this needed? (See https://github.com/jamescherti/minimal-emacs.d)
-  ;; (setq default-input-method nil)
+  ;; The previous line sets this to "rfc1345"
+  (setq default-input-method nil)
 
   (set-default 'imenu-auto-rescan t))