diff options
-rw-r--r-- | init.org | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -94,8 +94,9 @@ Here are a few more simple tweaks: ;; display tool tips in echo area only (tooltip-mode -1) -(tool-bar-mode 0) -(menu-bar-mode 0) +(tool-bar-mode -1) +(menu-bar-mode -1) +(scroll-bar-mode -1) ;; by default Emacs will only resize the frame line by line (setq frame-resize-pixelwise t) |