aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMasaya Tojo <masaya@tojo.tokyo>2021-02-27 00:50:14 +0900
committerMasaya Tojo <masaya@tojo.tokyo>2021-02-27 00:50:26 +0900
commit3a4281b30fa07d7f7c2277e884b190924645053c (patch)
tree5a04b478f53d7ca4b348504c3738c0acfabb8efa
parentcaeae5f7607218f78c56e34d58d93870da0b0700 (diff)
Fix undo-tree setting
-rw-r--r--.emacs2
1 files changed, 1 insertions, 1 deletions
diff --git a/.emacs b/.emacs
index 5daf998..b809601 100644
--- a/.emacs
+++ b/.emacs
@@ -100,7 +100,7 @@
(setq display-time-default-load-average nil)
;;; undo-tree-mode
-(undo-tree-mode 1)
+(global-undo-tree-mode t)
;;; Font
(set-face-attribute 'default nil :height 110)