Reenable the emacs menu bar

This commit is contained in:
Andreas Zweili 2022-12-12 23:52:10 +01:00
parent 30c84af933
commit b845eaa161

View File

@ -36,7 +36,7 @@
;; disable menu and toolbar
(tool-bar-mode -1)
(menu-bar-mode -99)
;;(menu-bar-mode -99)
(when (boundp 'enable-scroll-bar)
(scroll-bar-mode -1))