Generation 98 2024-04-22 01:57:01 (current)
This commit is contained in:
parent
ecddc2b133
commit
1c3059fe1d
@ -80,3 +80,6 @@
|
|||||||
(setq treemacs-position 'right))
|
(setq treemacs-position 'right))
|
||||||
|
|
||||||
(add-hook 'git-commit-mode-hook #'conventional-commit-setup)
|
(add-hook 'git-commit-mode-hook #'conventional-commit-setup)
|
||||||
|
|
||||||
|
(map! :leader
|
||||||
|
:desc "Project VTerm" "p RET" #'projectile-run-vterm)
|
||||||
|
|||||||
@ -51,3 +51,5 @@
|
|||||||
|
|
||||||
(package! conventional-commit
|
(package! conventional-commit
|
||||||
:recipe (:host github :repo "akirak/conventional-commit.el" :files ("conventional-commit.el")))
|
:recipe (:host github :repo "akirak/conventional-commit.el" :files ("conventional-commit.el")))
|
||||||
|
|
||||||
|
(package! realgud)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user