emacs: Fix scroll-bar-mode regardless of window system

This commit is contained in:
2020-07-05 13:28:04 -07:00
parent db820ebe83
commit 3bf68359f0

View File

@@ -56,7 +56,8 @@ Configure some startup parameters.
(setq inhibit-splash-screen t) ;; disable the splash screen on boot
(menu-bar-mode 0) ;; disable the menu bar
(tool-bar-mode 0) ;; disable the tool bar
(scroll-bar-mode 0) ;; disable scroll bars
(if (window-system)
(scroll-bar-mode nil)) ;; disable scroll bars
#+END_SRC
*** Deleting