emacs: disable menu-bar

This commit is contained in:
Evie Litherland-Smith 2024-02-21 07:25:40 +00:00
parent 7743f5442c
commit 3bbd82de0a

View file

@ -22,6 +22,7 @@
(add-to-list 'default-frame-alist '(alpha-background . ${alpha}))
(scroll-bar-mode -1)
(tab-bar-mode -1)
(menu-bar-mode -1)
'';
extraPackages = epkgs:
with epkgs; [