aboutsummaryrefslogtreecommitdiffhomepage
path: root/phox/phox-outline.el
diff options
context:
space:
mode:
Diffstat (limited to 'phox/phox-outline.el')
-rw-r--r--phox/phox-outline.el8
1 files changed, 4 insertions, 4 deletions
diff --git a/phox/phox-outline.el b/phox/phox-outline.el
index 04fd4ca4..7ee2710f 100644
--- a/phox/phox-outline.el
+++ b/phox/phox-outline.el
@@ -37,9 +37,9 @@
(defconst phox-outline-heading-end-regexp "\\(\\*)[ \t]*\n\\)\\|\\(\\.[ \t]*\n\\)")
-;(if phox-outline
-; (add-hook 'phox-mode-hook '(lambda()(outline-minor-mode 1)))
-; )
+;;(if phox-outline
+;; (add-hook 'phox-mode-hook (lambda () (outline-minor-mode 1)))
+;; )
(defun phox-outline-level()
"Find the level of current outline heading in some PhoX libraries."
@@ -66,4 +66,4 @@
(outline-minor-mode 1)
)
-(provide 'phox-outline) \ No newline at end of file
+(provide 'phox-outline)