Add workaround for dabbrev backend completions

master
Adam Kruszewski 2023-08-14 17:36:28 +02:00
parent 41ef82c270
commit 265438b161
1 changed files with 3 additions and 1 deletions

View File

@ -351,7 +351,9 @@ the end of word."
;; to have templates expanded as well.
(corfu-insert)
(completion-at-point)
(corfu-complete)
;; TODO: Not sure why it sometimes breaks with dabbrev backend. Need to investigate.
(ignore-errors
(corfu-complete))
(corfu-quit))))
;;;###autoload