mirror of
https://github.com/emacscollective/emacs.g.git
synced 2025-06-07 08:14:16 -04:00
Disable global scroll-bar-mode
This commit is contained in:
parent
2c9523d9d4
commit
416e225649
1
init.el
1
init.el
@ -16,6 +16,7 @@
|
|||||||
(setq initial-buffer-choice t)
|
(setq initial-buffer-choice t)
|
||||||
(setq initial-scratch-message "")
|
(setq initial-scratch-message "")
|
||||||
(setq load-prefer-newer t)
|
(setq load-prefer-newer t)
|
||||||
|
(scroll-bar-mode 0)
|
||||||
(tool-bar-mode 0)
|
(tool-bar-mode 0)
|
||||||
(menu-bar-mode 0))
|
(menu-bar-mode 0))
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user