ソースを参照

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)


読み込み中…
キャンセル
保存