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:
William Carroll 2019-03-21 14:58:09 +00:00
parent 4d83acb77a
commit f1ca81b021

View file

@ -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)