Disable menu bar.

This commit is contained in:
Ivan Malison 2013-03-19 01:40:56 -07:00
parent 092e195a7c
commit 9a8bd09099

View File

@ -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
;; =============================================================================