From 038e849ae8944639cf51f6e1e1096de373db7ddb Mon Sep 17 00:00:00 2001 From: Jonathan Leech-Pepin Date: Tue, 8 Jul 2025 22:06:08 -0400 Subject: [PATCH] Use forks pending merges --- emacs/.config/emacs/post-init.el | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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"))