From f118096c3596cecd8dcc3d0810d63c2ab5f9099c Mon Sep 17 00:00:00 2001 From: 10sr <8.slashes@gmail.com> Date: Thu, 20 Dec 2018 19:18:00 +0900 Subject: [PATCH] Enable menu-bar-mode --- emacs.el | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/emacs.el b/emacs.el index 4f3a418..416d1e8 100644 --- a/emacs.el +++ b/emacs.el @@ -209,7 +209,8 @@ found, otherwise returns nil." ;; does not work? ) ;; (add-to-list 'default-frame-alist '(cursor-type . box)) -(if window-system (menu-bar-mode 1) (menu-bar-mode 0)) +(menu-bar-mode 1) +(define-key ctl-x-map "m" 'menu-bar-open) (and (fboundp 'tool-bar-mode) (tool-bar-mode 0)) (and (fboundp 'set-scroll-bar-mode) @@ -802,7 +803,7 @@ found, otherwise returns nil." ;; bookmarks -(define-key ctl-x-map "m" 'list-bookmarks) +;; (define-key ctl-x-map "m" 'list-bookmarks) ;; vc