Emacs: disable menu-bar for nix theme only

This commit is contained in:
Evie Litherland-Smith 2024-06-29 12:59:39 +01:00
parent d2b5a25e93
commit 2cae695d70

View file

@ -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}))))