fix menu bar hiding
This commit is contained in:
parent
ce1328a960
commit
e7978e1ec9
2 changed files with 3 additions and 1 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -1,3 +1,4 @@
|
|||
straight/
|
||||
eln-cache/
|
||||
auto-save-list/
|
||||
transient
|
||||
|
|
3
init.el
3
init.el
|
@ -1,4 +1,3 @@
|
|||
(menu-bar-mode -1)
|
||||
; load straight.el
|
||||
(defvar bootstrap-version)
|
||||
(let ((bootstrap-file
|
||||
|
@ -25,3 +24,5 @@
|
|||
|
||||
(straight-use-package 'org-ql)
|
||||
(require 'org-ql)
|
||||
|
||||
(menu-bar-mode -1)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue