summaryrefslogtreecommitdiff
path: root/lisp/term/linux.el
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/term/linux.el')
-rw-r--r--lisp/term/linux.el3
1 files changed, 3 insertions, 0 deletions
diff --git a/lisp/term/linux.el b/lisp/term/linux.el
index c6d84ab96c3..6d43e477ac9 100644
--- a/lisp/term/linux.el
+++ b/lisp/term/linux.el
@@ -12,6 +12,9 @@
;; It can't really display underlines.
(tty-no-underline)
+ ;; Compositions confuse cursor movement.
+ (setq-default auto-composition-mode "linux")
+
(ignore-errors (when gpm-mouse-mode (require 't-mouse) (gpm-mouse-enable)))
;; Make Latin-1 input characters work, too.