Generation 98 2024-04-22 01:57:01 (current)

This commit is contained in:
Jonas Röger 2024-04-22 01:57:03 +02:00
parent ecddc2b133
commit 1c3059fe1d
2 changed files with 5 additions and 0 deletions

View File

@ -80,3 +80,6 @@
(setq treemacs-position 'right))
(add-hook 'git-commit-mode-hook #'conventional-commit-setup)
(map! :leader
:desc "Project VTerm" "p RET" #'projectile-run-vterm)

View File

@ -51,3 +51,5 @@
(package! conventional-commit
:recipe (:host github :repo "akirak/conventional-commit.el" :files ("conventional-commit.el")))
(package! realgud)