diff --git a/emacs/.config/emacs/post-init.el b/emacs/.config/emacs/post-init.el index ca93835..99d6b81 100644 --- a/emacs/.config/emacs/post-init.el +++ b/emacs/.config/emacs/post-init.el @@ -822,7 +822,8 @@ are defining or executing a macro." "C-M-$" #'jinx-languages)) ;; *** flymake-vale -(elpaca (flymake-vale :repo "https://github.com/tpeacock19/flymake-vale" +(elpaca (flymake-vale :host github + :repo "jleechpe/flymake-vale" :refs nil :files (:defaults)) (use-package flymake-vale @@ -1639,7 +1640,7 @@ methods the save hook cannot detect, like file synchronization." flymake-ruff-program-args args))) (use-package flymake-ruff - :ensure t + :ensure (flymake-ruff :host github :repo "jleechpe/flymake-ruff") :hook (eglot-managed-mode . flymake-ruff-load) :config (setq flymake-ruff--codes '(("ALL")("E" "W" "F"))