emacs: fix disabling of scroll-bar-mode, again

This commit is contained in:
2020-07-14 09:40:10 -07:00
parent 809ab22019
commit 9f8d795222

View File

@@ -58,7 +58,7 @@ Configure some startup parameters.
(tool-bar-mode 0) ;; disable the tool bar
(setq alert-bell-function "ignore")
(if (window-system)
(scroll-bar-mode nil)) ;; disable scroll bars
(scroll-bar-mode -1)) ;; disable scroll bars
#+END_SRC
*** Deleting