Skip to content

Commit

Permalink
fix(package/refine): use fork of refine with fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
jimeh committed Sep 13, 2024
1 parent 6ec4e0c commit dec4586
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions core/siren-core-package-overrides.el
Original file line number Diff line number Diff line change
Expand Up @@ -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")))))))
Expand Down
1 change: 1 addition & 0 deletions modules/misc/siren-refine.el
Original file line number Diff line number Diff line change
Expand Up @@ -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))

Expand Down

0 comments on commit dec4586

Please sign in to comment.