diff --git a/init.el b/init.el index e503090..a3245b8 100644 --- a/init.el +++ b/init.el @@ -612,6 +612,9 @@ split horizontally again, but this extra work should not matter much." (olivetti-mode -1))) :init (setq-default olivetti-body-width 0.618034)) +(use-package outline + :init (setopt outline-minor-mode-use-buttons 'in-margins)) + (use-package outline-indent :init (setopt outline-indent-ellipsis " ▼ "))