mirror of
https://github.com/jimeh/.emacs.d.git
synced 2026-02-19 13:46:41 +00:00
fix(package/refine): use fork of refine with fixes
This commit is contained in:
@@ -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")))))))
|
||||
|
||||
@@ -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))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user