emacs: fix disabling of scroll-bar-mode, again
This commit is contained in:
@@ -58,7 +58,7 @@ Configure some startup parameters.
|
|||||||
(tool-bar-mode 0) ;; disable the tool bar
|
(tool-bar-mode 0) ;; disable the tool bar
|
||||||
(setq alert-bell-function "ignore")
|
(setq alert-bell-function "ignore")
|
||||||
(if (window-system)
|
(if (window-system)
|
||||||
(scroll-bar-mode nil)) ;; disable scroll bars
|
(scroll-bar-mode -1)) ;; disable scroll bars
|
||||||
#+END_SRC
|
#+END_SRC
|
||||||
|
|
||||||
*** Deleting
|
*** Deleting
|
||||||
|
|||||||
Reference in New Issue
Block a user