Commit Diff


commit - fbf91db7ba868b0108bdac7da3664b48503a9ce8
commit + 55f26b6519976f21cf08e103a3b4480b6f7f7a30
blob - 9782b8766824ad332dd644ccfa06d3419c674eb6
blob + e171ab6ac6596c0cead7bbcacd9b5c2b6979aa55
--- early-init.el
+++ early-init.el
@@ -27,7 +27,11 @@
 
 ;; Default frame configuration: full screen, good-looking title bar on macOS
 (setq frame-resize-pixelwise t)
-(tool-bar-mode -1)                      ; All these tools are in the menu-bar anyway
+; (setq window-resize-pixelwise t)
+
+(when (boundp 'tool-bar-mode) ; When in a GUI, disable tool bar;
+  (tool-bar-mode -1))        ; all these tools are in the menu-bar anyway
+
 (setq default-frame-alist '((fullscreen . maximized)
 
                             ;; You can turn off scroll bars by uncommenting these lines: