Add missing requires to use-package macros
Some checks are pending
/ Test config on ${{matrix.node}} (20) (push) Waiting to run

This commit is contained in:
Maciej 2024-07-22 07:43:42 +03:00
parent a82e24839c
commit 9f73e90317
Signed by: maciej
GPG key ID: 41D62D42D3B0D765
19 changed files with 67 additions and 65 deletions

View file

@ -4,7 +4,7 @@
(require '+custom-pkg-prog-mode "$HOME/.emacs.d/pkg/prog-mode.el")
(use-package dhall-mode :straight t :defer t)
(use-package dhall-mode :straight t :defer t :requires (lsp))
(defun +custom-lang-dhall/activate-dhall-mode ()
"Reconfigure dhall mode for your own purposes."