소스 검색

Enable menu-bar-mode

master
10sr 5 년 전
부모
커밋
f118096c35
로그인 계정: 10sr GPG 키 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



불러오는 중...
취소
저장