From 185b90e0f3c8b214e2c80f0a598f5873a501157f Mon Sep 17 00:00:00 2001 From: Evie Litherland-Smith Date: Thu, 2 Nov 2023 16:15:32 +0000 Subject: [PATCH] Re-enable menu-bar-mode Without any border bars text would shift when opening the command buffer --- home/emacs/modules/custom-ui-config.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home/emacs/modules/custom-ui-config.el b/home/emacs/modules/custom-ui-config.el index d94378cd..6301a26c 100644 --- a/home/emacs/modules/custom-ui-config.el +++ b/home/emacs/modules/custom-ui-config.el @@ -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"))