fix(package/refine): use fork of refine with fixes

This commit is contained in:
2024-09-13 08:21:41 +01:00
parent 6ec4e0c911
commit dec45868d3
2 changed files with 4 additions and 0 deletions

View File

@@ -16,6 +16,9 @@
(dirvish :type git :flavor melpa :host github :repo "alexluigit/dirvish"
:fork (:host github :repo "jimeh/dirvish" :branch "emacs-30-fix")
:files (:defaults "extensions/*.el" "dirvish-pkg.el"))
;; Use fork with for assert -> cl-assert
(refine :type git :flavor melpa :host github :repo "Wilfred/refine"
:fork (:host github :repo "jimeh/refine" :branch "use-cl-assert"))
;; Override vertico recipe to fix issues with extensions.
(vertico :type git :host github :repo "minad/vertico"
:files (:defaults "extensions/*" (:exclude ".git")))))))

View File

@@ -10,6 +10,7 @@
:commands refine
:general
(:keymaps 'refine-mode-map
"q" (lambda () (interactive) (kill-this-buffer))
"M-n" 'refine-move-forward
"M-p" 'refine-move-backward))