Kaynağa Gözat

Enable menu-bar-mode

master
10sr 5 yıl önce
ebeveyn
işleme
f118096c35
İmzalayan: 10sr GPG Anahtar Kimliği: 7BEC428194130EB2
1 değiştirilmiş dosya ile 3 ekleme ve 2 silme
  1. +3
    -2
      emacs.el

+ 3
- 2
emacs.el Dosyayı Görüntüle

@@ -209,7 +209,8 @@ found, otherwise returns nil."
;; does not work? ;; does not work?
) )
;; (add-to-list 'default-frame-alist '(cursor-type . box)) ;; (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) (and (fboundp 'tool-bar-mode)
(tool-bar-mode 0)) (tool-bar-mode 0))
(and (fboundp 'set-scroll-bar-mode) (and (fboundp 'set-scroll-bar-mode)
@@ -802,7 +803,7 @@ found, otherwise returns nil."


;; bookmarks ;; bookmarks


(define-key ctl-x-map "m" 'list-bookmarks)
;; (define-key ctl-x-map "m" 'list-bookmarks)


;; vc ;; vc




Yükleniyor…
İptal
Kaydet