dev: merging from main
This commit is contained in:
commit
c241f11ed1
1 changed files with 3 additions and 1 deletions
|
@ -55,7 +55,9 @@
|
||||||
#'company-indent-or-complete-common)))
|
#'company-indent-or-complete-common)))
|
||||||
,@(when (modulep! :completion corfu)
|
,@(when (modulep! :completion corfu)
|
||||||
'(((bound-and-true-p corfu-mode)
|
'(((bound-and-true-p corfu-mode)
|
||||||
#'indent-for-tab-command))))))
|
(if (derived-mode-p 'eshell-mode 'comint-mode)
|
||||||
|
#'completion-at-point
|
||||||
|
#'indent-for-tab-command)))))))
|
||||||
:m [tab]
|
:m [tab]
|
||||||
`(menu-item "Evil motion smart tab" nil :filter
|
`(menu-item "Evil motion smart tab" nil :filter
|
||||||
(lambda (cmd)
|
(lambda (cmd)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue