Disable GUI elements even if you use chemacs #2354
This commit is contained in:
parent
4a5cf04761
commit
29e4719a7d
1 changed files with 1 additions and 1 deletions
|
@ -282,7 +282,7 @@ windows, switch to `doom-fallback-buffer'. Otherwise, delegate to original
|
||||||
(setq window-resize-pixelwise t
|
(setq window-resize-pixelwise t
|
||||||
frame-resize-pixelwise t)
|
frame-resize-pixelwise t)
|
||||||
|
|
||||||
(unless EMACS27+
|
(when (bound-and-true-p tool-bar-mode)
|
||||||
;; We do this in early-init.el too, but in case the user is on Emacs 26 we do
|
;; We do this in early-init.el too, but in case the user is on Emacs 26 we do
|
||||||
;; it here too: disable tool and scrollbars, as Doom encourages
|
;; it here too: disable tool and scrollbars, as Doom encourages
|
||||||
;; keyboard-centric workflows, so these are just clutter (the scrollbar also
|
;; keyboard-centric workflows, so these are just clutter (the scrollbar also
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue