diff options
author | William Carroll <wpcarro@gmail.com> | 2019-03-21T14·58+0000 |
---|---|---|
committer | William Carroll <wpcarro@gmail.com> | 2019-03-21T14·58+0000 |
commit | f1ca81b02103953d5a82ed79643be18ba50d1478 (patch) | |
tree | 4138c58390abfbbe37c2bd38608aec46785310f5 /configs | |
parent | 4d83acb77ae665ccecd2b319c05641ae07b5fcce (diff) |
Remove scroll bars from Emacs
I don't use these; they take up space; the colors clash with my dark theme.
Diffstat (limited to 'configs')
-rw-r--r-- | configs/shared/emacs/.emacs.d/wpc/packages/wpc-ui.el | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/configs/shared/emacs/.emacs.d/wpc/packages/wpc-ui.el b/configs/shared/emacs/.emacs.d/wpc/packages/wpc-ui.el index 2334a8947ea3..7d91cea4be0a 100644 --- a/configs/shared/emacs/.emacs.d/wpc/packages/wpc-ui.el +++ b/configs/shared/emacs/.emacs.d/wpc/packages/wpc-ui.el @@ -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) |