mirror of
https://github.com/emacscollective/emacs.g.git
synced 2025-05-17 04:28:41 -04:00
Disable global menu-bar-mode
This commit is contained in:
parent
080a2fee28
commit
9749d096e5
3
init.el
3
init.el
@ -15,7 +15,8 @@
|
||||
(setq inhibit-startup-echo-area-message "locutus")
|
||||
(setq initial-buffer-choice t)
|
||||
(setq initial-scratch-message "")
|
||||
(setq load-prefer-newer t))
|
||||
(setq load-prefer-newer t)
|
||||
(menu-bar-mode 0))
|
||||
|
||||
(progn ; `borg'
|
||||
(add-to-list 'load-path (expand-file-name "lib/borg" user-emacs-directory))
|
||||
|
Loading…
x
Reference in New Issue
Block a user