fix menu bar hiding

This commit is contained in:
Aleks Rutins 2025-07-30 20:47:53 -04:00
parent ce1328a960
commit e7978e1ec9
2 changed files with 3 additions and 1 deletions

View file

@ -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)