Remove scroll bars from Emacs
I don't use these; they take up space; the colors clash with my dark theme.
This commit is contained in:
parent
4d83acb77a
commit
f1ca81b021
1 changed files with 3 additions and 0 deletions
|
@ -153,6 +153,9 @@
|
|||
;; highlight matching parens, brackets, etc
|
||||
(show-paren-mode 1)
|
||||
|
||||
;; hide the scroll-bars in the GUI
|
||||
(toggle-scroll-bar -1)
|
||||
|
||||
;; GUI alerts in emacs
|
||||
(use-package alert
|
||||
:commands (alert)
|
||||
|
|
Loading…
Reference in a new issue