From c813771eb4e7098c7654253fd54e769887e1c0fe Mon Sep 17 00:00:00 2001 From: Derek Taylor Date: Thu, 21 Oct 2021 13:36:06 -0500 Subject: [PATCH] Fixing broken package in Doom Emacs. --- .config/doom/packages.el | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.config/doom/packages.el b/.config/doom/packages.el index 49d5a2f..1aaf69f 100644 --- a/.config/doom/packages.el +++ b/.config/doom/packages.el @@ -48,6 +48,13 @@ ;(unpin! pinned-package another-pinned-package) ;; ...Or *all* packages (NOT RECOMMENDED; will likely break things) ;(unpin! t) + +(package! gitconfig-mode + :recipe (:host github :repo "magit/git-modes" + :files ("gitconfig-mode.el"))) +(package! gitignore-mode + :recipe (:host github :repo "magit/git-modes" + :files ("gitignore-mode.el"))) (package! flycheck-aspell) (package! async) (package! calfw)