switched to pr version of corfu and added more keybinds
This commit is contained in:
parent
cc34d2e8ee
commit
3299dc9f9c
10 changed files with 363 additions and 356 deletions
|
@ -1,20 +1,13 @@
|
|||
(package! corfu
|
||||
:recipe (:files (:defaults "extensions/*.el")))
|
||||
;; -*- no-byte-compile: t; -*-
|
||||
;;; completion/corfu/packages.el
|
||||
|
||||
(package! corfu :recipe (:files ("*.el" "extensions/*.el")))
|
||||
(package! cape)
|
||||
(package! dabbrev)
|
||||
(when (modulep! +icons)
|
||||
(package! kind-icon))
|
||||
(when (modulep! :os tty)
|
||||
(package! corfu-terminal)
|
||||
(package! corfu-doc-terminal))
|
||||
|
||||
(when (modulep! +orderless)
|
||||
(package! orderless))
|
||||
|
||||
(package! cape)
|
||||
|
||||
(package! popon
|
||||
:recipe (:type git :repo "https://codeberg.org/akib/emacs-popon"))
|
||||
(package! corfu-terminal
|
||||
:recipe (:type git :repo "https://codeberg.org/akib/emacs-corfu-terminal.git"))
|
||||
(package! corfu-doc-terminal
|
||||
:recipe (:type git :repo "https://codeberg.org/akib/emacs-corfu-doc-terminal.git"))
|
||||
|
||||
(package! cape-yasnippet
|
||||
:recipe (:host github :repo "elken/cape-yasnippet"))
|
||||
;; (package! cape-yasnippet)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue