diff options
author | noa | 2025-02-08 23:24:31 +0800 |
---|---|---|
committer | noa | 2025-02-08 23:24:31 +0800 |
commit | 30d4dc370c5e1a3b630e85df6b65149de1c79ecc (patch) | |
tree | cfbef4a8d6c155f5971a87b78bd420fce5f6aec8 /emacs/init.el | |
parent | 108c25fd55003416c94507a0e67b53b3431043f7 (diff) |
Don't disable the already disabled gui bars
They are disabled in early init via frame rules.
Diffstat (limited to 'emacs/init.el')
-rw-r--r-- | emacs/init.el | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/emacs/init.el b/emacs/init.el index 83f3f8c..e740979 100644 --- a/emacs/init.el +++ b/emacs/init.el @@ -98,10 +98,6 @@ ;; (use-package adaptive-wrap :ensure t) ;; (add-hook 'visual-fill-column-mode-hook #'visual-wrap-prefix-mode) -;; At the moment, explicitly disabling the menu bar and tool bar does nothing, because i already set there to be no lines displayed for the tool and menu bars in my early-init.el file. -(setopt menu-bar-mode nil - tool-bar-mode nil) - ;; Make tooltip information appear consistently in the echo area (setopt tooltip-mode nil) |