diff options
-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) |