aboutsummaryrefslogtreecommitdiff
path: root/lisp/hcel-outline.el
diff options
context:
space:
mode:
authorYuchen Pei <hi@ypei.me>2022-09-06 11:36:50 +1000
committerYuchen Pei <hi@ypei.me>2022-09-06 11:36:50 +1000
commit17059377da7b041d47d7fe6376560ca219a1a03c (patch)
tree6f7a5a561c9b85d0c56564635b73fcc791688926 /lisp/hcel-outline.el
parent0f77cab1b303bd23e84a48952834d7d607c089bd (diff)
adding find references in hcel-ids mode
- also added hooks to outline and ids
Diffstat (limited to 'lisp/hcel-outline.el')
-rw-r--r--lisp/hcel-outline.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/hcel-outline.el b/lisp/hcel-outline.el
index 3732ed2..b90a464 100644
--- a/lisp/hcel-outline.el
+++ b/lisp/hcel-outline.el
@@ -23,6 +23,7 @@
outline-level (lambda () (1+ (/ (length (match-string 1))
hcel-outline-indentation)))
buffer-read-only t))
+(add-hook 'hcel-outline-mode-hook 'hcel-minor-mode)
(defun hcel ()
(interactive)