aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuangxiong Lin <[email protected]>2021-09-12 12:16:05 +0800
committerGuangxiong Lin <[email protected]>2021-09-12 12:16:05 +0800
commite5b8e6ece2582c1dce6bbb6da5f16895fdbac53c (patch)
tree842d2a23b9359ec012487c4ce3aa5a1c7912faf1
parent7b7fcb6c8aec360ac22e5cb5e727cddd8e703fb9 (diff)
downloaddotfiles-e5b8e6ece2582c1dce6bbb6da5f16895fdbac53c.tar.gz
dotfiles-e5b8e6ece2582c1dce6bbb6da5f16895fdbac53c.tar.bz2
dotfiles-e5b8e6ece2582c1dce6bbb6da5f16895fdbac53c.zip
Disable emacs toolbar and enable auto revert
-rw-r--r--.emacs.d/lisp/init-misc.el2
1 files changed, 2 insertions, 0 deletions
diff --git a/.emacs.d/lisp/init-misc.el b/.emacs.d/lisp/init-misc.el
index a31c1bb..6f8bf7e 100644
--- a/.emacs.d/lisp/init-misc.el
+++ b/.emacs.d/lisp/init-misc.el
@@ -9,6 +9,8 @@
(setq-default fill-column 72)
(menu-bar-mode -1)
(xterm-mouse-mode 1) ;; Enable mouse
+(tool-bar-mode -1)
+(global-auto-revert-mode t)
(use-package atom-one-dark-theme
:config