aboutsummaryrefslogtreecommitdiff
path: root/lisp/hcel-outline.el
diff options
context:
space:
mode:
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)