hide-menu ability has been added

This commit is contained in:
Sameer Rahmani 2018-08-30 14:59:42 +01:00
parent aacae8c47f
commit a9b8912f88
1 changed files with 3 additions and 1 deletions

View File

@ -191,7 +191,9 @@
(global-linum-mode)
(setq linum-format " %3d "))
(menu-bar-mode -1)
(ability hide-menu ()
"Hides the emacs menu completely."
(menu-bar-mode -1))
(show-paren-mode t)
(cua-selection-mode t)