From 67ce4be7d0fc1b94224f369e2898268f61b13979 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonas=20R=C3=B6ger?= Date: Sat, 22 Mar 2025 16:10:32 +0100 Subject: [PATCH] Home Gen486 @ 2025-03-22-16:10 --- modules/home/doom/static/config.el | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/modules/home/doom/static/config.el b/modules/home/doom/static/config.el index ff22d6c..3d1e902 100644 --- a/modules/home/doom/static/config.el +++ b/modules/home/doom/static/config.el @@ -76,8 +76,12 @@ ;; ;; You can also try 'gd' (or 'C-c c d') to jump to their definition and see how ;; they are implemented. -(after! treemacs - (setq treemacs-position 'right)) +(use-package! treemacs + :init + (setq +treemacs-git-mode 'deferred) + :config + (setq treemacs-position 'right) + ) (add-hook 'git-commit-mode-hook #'conventional-commit-setup)