Disable GUI elements even if you use chemacs #2354

This commit is contained in:
Henrik Lissner 2020-02-02 02:07:13 -05:00
parent 4a5cf04761
commit 29e4719a7d
No known key found for this signature in database
GPG Key ID: 5F6C0EA160557395

View File

@ -282,7 +282,7 @@ windows, switch to `doom-fallback-buffer'. Otherwise, delegate to original
(setq window-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
;; it here too: disable tool and scrollbars, as Doom encourages
;; keyboard-centric workflows, so these are just clutter (the scrollbar also