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)