summaryrefslogtreecommitdiff
path: root/lisp/ss-org.el
diff options
context:
space:
mode:
authorSzymon Szukalski <szymon@szymonszukalski.com>2026-04-10 13:05:30 +1000
committerSzymon Szukalski <szymon@szymonszukalski.com>2026-04-10 13:05:30 +1000
commit44f4506f29b937130e04c42049afe78c69b0dd28 (patch)
treedc0a8db8f4caa92c30c698afd890336499663754 /lisp/ss-org.el
parent2d8d20c50d60644c0d1de2021893bce3b04da76a (diff)
Add olivetti for org buffers
Diffstat (limited to 'lisp/ss-org.el')
-rw-r--r--lisp/ss-org.el2
1 files changed, 2 insertions, 0 deletions
diff --git a/lisp/ss-org.el b/lisp/ss-org.el
index f1a2274..9d8e81f 100644
--- a/lisp/ss-org.el
+++ b/lisp/ss-org.el
@@ -261,6 +261,8 @@ This is for significant navigation points only and clears forward history."
(add-hook 'org-mode-hook
(lambda ()
(setq-local org-hide-emphasis-markers t)
+ (when (fboundp 'olivetti-mode)
+ (olivetti-mode 1))
(font-lock-flush)
(font-lock-ensure))))