aboutsummaryrefslogtreecommitdiff
path: root/.emacs.d
diff options
context:
space:
mode:
authorGuangxiong Lin <[email protected]>2022-02-23 23:19:34 +0800
committerGuangxiong Lin <[email protected]>2022-02-23 23:19:34 +0800
commiteb89d56b6b69f34196c4a30a279d45c500dc92a3 (patch)
treebc7e85c8a411b568132c5c00a0bd49b8a6083005 /.emacs.d
parent027320068dcefb30f635c3bf1b8ec94c4788118c (diff)
downloaddotfiles-eb89d56b6b69f34196c4a30a279d45c500dc92a3.tar.gz
dotfiles-eb89d56b6b69f34196c4a30a279d45c500dc92a3.tar.bz2
dotfiles-eb89d56b6b69f34196c4a30a279d45c500dc92a3.zip
Disable scroll bar in emacs
Diffstat (limited to '.emacs.d')
-rw-r--r--.emacs.d/lisp/init-misc.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/.emacs.d/lisp/init-misc.el b/.emacs.d/lisp/init-misc.el
index 0a0bdf7..b69d8b4 100644
--- a/.emacs.d/lisp/init-misc.el
+++ b/.emacs.d/lisp/init-misc.el
@@ -20,6 +20,7 @@
(menu-bar-mode -1)
(xterm-mouse-mode 1) ;; Enable mouse
(tool-bar-mode -1)
+(toggle-scroll-bar -1)
(global-auto-revert-mode t)
(use-package atom-one-dark-theme