diff options
author | Guangxiong Lin <[email protected]> | 2022-02-23 23:19:34 +0800 |
---|---|---|
committer | Guangxiong Lin <[email protected]> | 2022-02-23 23:19:34 +0800 |
commit | eb89d56b6b69f34196c4a30a279d45c500dc92a3 (patch) | |
tree | bc7e85c8a411b568132c5c00a0bd49b8a6083005 | |
parent | 027320068dcefb30f635c3bf1b8ec94c4788118c (diff) | |
download | dotfiles-eb89d56b6b69f34196c4a30a279d45c500dc92a3.tar.gz dotfiles-eb89d56b6b69f34196c4a30a279d45c500dc92a3.tar.bz2 dotfiles-eb89d56b6b69f34196c4a30a279d45c500dc92a3.zip |
Disable scroll bar in emacs
-rw-r--r-- | .emacs.d/lisp/init-misc.el | 1 |
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 |