dev: merge branch 'master' of github.com:doomemacs
This commit is contained in:
commit
17957d1d98
16 changed files with 121 additions and 54 deletions
|
@ -192,6 +192,8 @@
|
|||
(:after corfu
|
||||
(:map corfu-mode-map
|
||||
:i "C-SPC" #'completion-at-point
|
||||
:i "C-n" #'+corfu/dabbrev-or-next
|
||||
:i "C-p" #'+corfu/dabbrev-or-last
|
||||
:n "C-SPC" (cmd! (call-interactively #'evil-insert-state)
|
||||
(call-interactively #'completion-at-point))
|
||||
:v "C-SPC" (cmd! (call-interactively #'evil-change)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue