소스 검색

Add imenu-generic-expression

master
10sr 6 년 전
부모
커밋
8abf08e0cc
로그인 계정: 10sr GPG 키 ID: 7BEC428194130EB2
1개의 변경된 파일6개의 추가작업 그리고 0개의 파일을 삭제
  1. +6
    -0
      emacs.el

+ 6
- 0
emacs.el 파일 보기

@@ -848,6 +848,12 @@ found, otherwise returns nil."
(set-variable 'imenu-list-focus-after-activation t)
(define-key ctl-x-map "l" 'imenu-list-smart-toggle))

(add-hook 'emacs-lisp-mode-hook
(lambda ()
(setq imenu-generic-expression
`(("Sections" ";;;\+\n;; \\(.*\\)\n" 1)
,@imenu-generic-expression))))

(with-eval-after-load 'compile
(defvar compilation-filter-start)
(defvar compilation-error-regexp-alist)


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