diff --git a/modules/home/doom/static/packages.el b/modules/home/doom/static/packages.el index 698b8f3..5799a48 100644 --- a/modules/home/doom/static/packages.el +++ b/modules/home/doom/static/packages.el @@ -55,6 +55,9 @@ (package! copilot :recipe (:host github :repo "copilot-emacs/copilot.el" :files ("*.el"))) +;; TODO: Remove this when a fix for https://github.com/doomemacs/doomemacs/issues/8286 is included +(package! package-lint :pin "21edc6d0d0eadd2d0a537f422fb9b7b8a3ae6991") + (package! direnv) (package! copilot) (package! pdf-tools)