Emacs: disable menu-bar for nix theme only
This commit is contained in:
parent
d2b5a25e93
commit
2cae695d70
|
@ -35,6 +35,10 @@
|
|||
(deftheme ${custom-theme-name}
|
||||
"Use Nix customised fonts for main faces")
|
||||
|
||||
(custom-theme-set-variables
|
||||
'${custom-theme-name}
|
||||
'(menu-bar-mode nil))
|
||||
|
||||
(custom-theme-set-faces
|
||||
'${custom-theme-name}
|
||||
'(default ((t (:family "${fixed-font-family}" :height ${font-height}))))
|
||||
|
|
Reference in a new issue