mirror of
https://codeberg.org/scip/dot-emacs.git
synced 2025-12-17 20:40:58 +01:00
try another completion function in minibuffer input
This commit is contained in:
@@ -43,7 +43,12 @@ via [[http://whattheemacsd.com/setup-ido.el-02.html][whattheemacs.d]]"
|
||||
;; experimental, pressing tab on a match doesn't
|
||||
;; complete it but show the next match, that way I avoid
|
||||
;; being completed into nonsense matches
|
||||
("TAB" . #'vertico-next)))
|
||||
|
||||
;; FIXME: set this to complete*
|
||||
;; ("TAB" . #'vertico-next)
|
||||
;; next try: use vanilla complete on tab, maybe better?
|
||||
("TAB" . #'minibuffer-complete)
|
||||
))
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user