瀏覽代碼

Enable menu-bar-mode

master
10sr 5 年之前
父節點
當前提交
f118096c35
簽署人: 10sr GPG Key ID: 7BEC428194130EB2
共有 1 個文件被更改,包括 3 次插入2 次删除
  1. +3
    -2
      emacs.el

+ 3
- 2
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



Loading…
取消
儲存