Parcourir la source

Enable menu-bar-mode

master
10sr il y a 5 ans
Parent
révision
f118096c35
Signé par: 10sr ID de la clé GPG: 7BEC428194130EB2
1 fichiers modifiés avec 3 ajouts et 2 suppressions
  1. +3
    -2
      emacs.el

+ 3
- 2
emacs.el Voir le fichier

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



Chargement…
Annuler
Enregistrer