emacs: disable menu-bar
This commit is contained in:
parent
7743f5442c
commit
3bbd82de0a
|
@ -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; [
|
||||
|
|
Loading…
Reference in a new issue