doom: Add ghq packaage

main
earnest ma 2022-03-08 09:12:35 -05:00
parent fff29fe56f
commit be85a46bc0
Signed by: earnest ma
GPG Key ID: A343F43342EB6E2A
2 changed files with 3 additions and 0 deletions

View File

@ -15,3 +15,5 @@ projects in other locations.")
(after! magit
(setq magit-save-repository-buffers t
magit-repository-directories project-locations))
(use-package! ghq)

View File

@ -48,3 +48,4 @@
;(unpin! pinned-package another-pinned-package)
;; ...Or *all* packages (NOT RECOMMENDED; will likely break things)
;(unpin! t)
(package! ghq :pin "582bd6daa505d04c7cc06d6c82ed8aee0624bfbe")