Home Gen486 @ 2025-03-22-16:10

This commit is contained in:
Jonas Röger 2025-03-22 16:10:32 +01:00
parent 7811519656
commit 67ce4be7d0

View File

@ -76,8 +76,12 @@
;; ;;
;; You can also try 'gd' (or 'C-c c d') to jump to their definition and see how ;; You can also try 'gd' (or 'C-c c d') to jump to their definition and see how
;; they are implemented. ;; they are implemented.
(after! treemacs (use-package! treemacs
(setq treemacs-position 'right)) :init
(setq +treemacs-git-mode 'deferred)
:config
(setq treemacs-position 'right)
)
(add-hook 'git-commit-mode-hook #'conventional-commit-setup) (add-hook 'git-commit-mode-hook #'conventional-commit-setup)