Disable menu bar.
This commit is contained in:
parent
092e195a7c
commit
9a8bd09099
3
init.el
3
init.el
@ -53,6 +53,9 @@
|
||||
(defun change-major-mode-hook () (modify-syntax-entry ?_ "_"))
|
||||
(setq c-subword-mode t)
|
||||
|
||||
;; Disable the menu bar.
|
||||
(menu-bar-mode -1)
|
||||
|
||||
;; =============================================================================
|
||||
;; Flymake
|
||||
;; =============================================================================
|
||||
|
Loading…
Reference in New Issue
Block a user