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 ?_ "_"))
|
(defun change-major-mode-hook () (modify-syntax-entry ?_ "_"))
|
||||||
(setq c-subword-mode t)
|
(setq c-subword-mode t)
|
||||||
|
|
||||||
|
;; Disable the menu bar.
|
||||||
|
(menu-bar-mode -1)
|
||||||
|
|
||||||
;; =============================================================================
|
;; =============================================================================
|
||||||
;; Flymake
|
;; Flymake
|
||||||
;; =============================================================================
|
;; =============================================================================
|
||||||
|
Loading…
Reference in New Issue
Block a user