Re-enable menu-bar-mode

Without any border bars text would shift when opening the command buffer
This commit is contained in:
Evie Litherland-Smith 2023-11-02 16:15:32 +00:00
parent 01fb213dd8
commit 185b90e0f3

View file

@ -14,8 +14,8 @@
(defun my/set-frame-alpha () (set-frame-parameter nil 'alpha-background 80))
(menu-bar-mode +1)
(tab-bar-mode -1)
(menu-bar-mode -1)
(tool-bar-mode -1)
(scroll-bar-mode -1)
(add-to-list 'default-frame-alist '(font . "FiraCode Nerd Font-12"))