From 648b5cc3410c1e43377fd36a0f5888fbc644fd1e Mon Sep 17 00:00:00 2001 From: Daniel Borchmann Date: Mon, 9 Jun 2025 20:17:29 +0200 Subject: [PATCH] Show folding levels for outline-minor more in fringe Neat :) --- init.el | 3 +++ 1 file changed, 3 insertions(+) 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 " ▼ "))