diff options
| author | Simon Parri <simonparri@ganzeria.com> | 2025-10-03 22:31:29 -0500 |
|---|---|---|
| committer | Simon Parri <simonparri@ganzeria.com> | 2025-10-03 22:31:29 -0500 |
| commit | 86a9b903066b241aded0a4022ef50bb2cb5b4ea2 (patch) | |
| tree | 95cf532c74867b343d7796b7c73861ccc18006f7 | |
| parent | 896a4426ac17a243d646927300742ef57a22b0c4 (diff) | |
| download | dotfiles-86a9b903066b241aded0a4022ef50bb2cb5b4ea2.tar.gz dotfiles-86a9b903066b241aded0a4022ef50bb2cb5b4ea2.zip | |
radish/Emacs: Enable menu bar
| -rw-r--r-- | radish/.emacs.d/local-init.el | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/radish/.emacs.d/local-init.el b/radish/.emacs.d/local-init.el index b6960bd..595fcb7 100644 --- a/radish/.emacs.d/local-init.el +++ b/radish/.emacs.d/local-init.el @@ -1 +1,3 @@ (load-theme 'doom-dracula) +(modify-all-frames-parameters + '((menu-bar-lines . 1))) |
