From 377e6245b6f6ea4e15870829c96e4b60e1bd0b95 Mon Sep 17 00:00:00 2001 From: Jakob Fassunge <87950162+dolerich-hirnfiedler@users.noreply.github.com> Date: Mon, 19 Feb 2024 17:26:55 +0100 Subject: [PATCH] fix: treemacs nerd icons --- modules/ui/treemacs/config.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/ui/treemacs/config.el b/modules/ui/treemacs/config.el index 9f3febb6a..43e1bd875 100644 --- a/modules/ui/treemacs/config.el +++ b/modules/ui/treemacs/config.el @@ -44,7 +44,7 @@ This must be set before `treemacs' has loaded.") (use-package! treemacs-nerd-icons - :after treemacs + :after ( treemacs lsp-treemacs nerd-icons) :config (treemacs-load-theme "nerd-icons"))