From d13ab1d8ce2a6127136bd28cb7d355bf3b9a1dfd Mon Sep 17 00:00:00 2001 From: Lucas Sta Maria Date: Fri, 17 May 2024 15:06:07 -0700 Subject: [PATCH] fix(emacs): change `org-modern-star` value (pkg breaking change) Signed-off-by: Lucas Sta Maria --- .emacs.d/init.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.emacs.d/init.el b/.emacs.d/init.el index 639cdd5..ba8bdf7 100644 --- a/.emacs.d/init.el +++ b/.emacs.d/init.el @@ -115,7 +115,7 @@ :after (org) :hook (org-mode . org-modern-mode) :custom - (org-modern-star '("#" "##" "###" "####" "#####" "######"))) + (org-modern-star 'fold)) (use-package org-modern-indent :straight '(org-modern-indent