Skip to content

Commit

Permalink
fix(corfu): pin to a working commit
Browse files Browse the repository at this point in the history
Temporary fix until I get time to open a proper issue upstream. Corfu triggers
an error when completing.
  • Loading branch information
abougouffa committed Dec 24, 2023
1 parent 8331f8e commit 9dee456
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions core/me-completion.el
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ This depends on `+cape-hosts' and `+cape-global-capes'."
(put '+cape-auto-capf-super 'enabled (not (or enabled disable)))))))

(use-package corfu
:pin-ref "8b5dbebea284a8b5b06bbd5dd20c3ce82c13cb1a"
:straight (corfu :files (:defaults "extensions/*.el"))
:hook (minemacs-after-startup . global-corfu-mode)
:hook (eshell-mode . +corfu-less-intrusive-h)
Expand Down
1 change: 0 additions & 1 deletion local/straight/versions/default.el
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@
("consult-lsp" . "f8db3252c0daa41225ba4ed1c0d178b281cd3e90")
("consult-notes" . "12c8ca7eb3cdb7bb89958de20a6de42efd1493b9")
("consult-project-extra" . "982e8008d69ea6733a2a7548e245d645c0fefb3f")
("corfu" . "8167301b61ff479d34cb3e069154cfa119ed3b44")
("corfu-terminal" . "501548c3d51f926c687e8cd838c5865ec45d03cc")
("crdt" . "4a18cd8539c8f3364e3ae903580328dd8b05fa78")
("crux" . "3998b753d0eb4fc5a64ed9c9f05a1427ff4be22d")
Expand Down

0 comments on commit 9dee456

Please sign in to comment.