Re-enable menu-bar-mode
Without any border bars text would shift when opening the command buffer
This commit is contained in:
parent
01fb213dd8
commit
185b90e0f3
|
@ -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"))
|
||||
|
|
Loading…
Reference in a new issue