diff --git a/home/jonas/static/doom-config/config.el b/home/jonas/static/doom-config/config.el index d1da7a7..4a5ea88 100644 --- a/home/jonas/static/doom-config/config.el +++ b/home/jonas/static/doom-config/config.el @@ -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) diff --git a/home/jonas/static/doom-config/packages.el b/home/jonas/static/doom-config/packages.el index b459c42..a3c8fcf 100644 --- a/home/jonas/static/doom-config/packages.el +++ b/home/jonas/static/doom-config/packages.el @@ -51,3 +51,5 @@ (package! conventional-commit :recipe (:host github :repo "akirak/conventional-commit.el" :files ("conventional-commit.el"))) + +(package! realgud)