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.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/term/linux.el b/lisp/term/linux.el
index bc61a3a7cc3..6d43e477ac9 100644
--- a/lisp/term/linux.el
+++ b/lisp/term/linux.el
@@ -13,7 +13,7 @@
(tty-no-underline)
;; Compositions confuse cursor movement.
- (global-auto-composition-mode -1)
+ (setq-default auto-composition-mode "linux")
(ignore-errors (when gpm-mouse-mode (require 't-mouse) (gpm-mouse-enable)))