emacs: Fix scroll-bar-mode regardless of window system
This commit is contained in:
@@ -56,7 +56,8 @@ Configure some startup parameters.
|
|||||||
(setq inhibit-splash-screen t) ;; disable the splash screen on boot
|
(setq inhibit-splash-screen t) ;; disable the splash screen on boot
|
||||||
(menu-bar-mode 0) ;; disable the menu bar
|
(menu-bar-mode 0) ;; disable the menu bar
|
||||||
(tool-bar-mode 0) ;; disable the tool 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
|
#+END_SRC
|
||||||
|
|
||||||
*** Deleting
|
*** Deleting
|
||||||
|
|||||||
Reference in New Issue
Block a user