dotfiles

andersuno dotfiles
git clone git://git.andersuno.nu/dotfiles.git
Log | Files | Refs | README

commit 86ef10a099c233313da355ab97c04a47cc61eac8
parent a48696691b6c0a30a67d0104627a15957b8494e6
Author: Anders Hedman <anders.hedman01@gmail.com>
Date:   Thu, 29 Dec 2022 21:13:39 +0100

doom(treemacs): switch after to use-package

We'll see if icons still bugs out from time to time

Diffstat:
M.doom.d/config.el | 3++-
1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/.doom.d/config.el b/.doom.d/config.el @@ -172,7 +172,8 @@ (add-hook 'org-present-mode-quit-hook 'my/org-present-end) ) -(after! treemacs +(use-package! treemacs + :config (treemacs-indent-guide-mode 1) (treemacs-follow-mode t))