dotfiles

My personal shell configs and stuff
git clone git://git.alex.balgavy.eu/dotfiles.git
Log | Files | Refs | Submodules | README | LICENSE

commit 4bf9bcc3eb4d788ac9d37f8a4320b3393eee2597
parent 918014cd72cfa7752ff7948910dcc63c419c5ddc
Author: Alex Balgavy <alex@balgavy.eu>
Date:   Thu, 19 May 2022 20:03:43 +0200

emacs: swap org-bullets for org-superstar

Diffstat:
Memacs/config.org | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/emacs/config.org b/emacs/config.org @@ -361,7 +361,7 @@ Furthermore, tags were getting cut off, so I manually set the best column to dis #+begin_src emacs-lisp (defun za/settings-org-mode () "My settings for org mode" - (org-bullets-mode 1) + (org-superstar-mode 1) (za/toggle-wrap t) (org-indent-mode) (setq org-tags-column (- 10 (window-total-width)))