mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
completion/company: TAB auto-completion in comint/term buffers
This commit is contained in:
@ -64,6 +64,10 @@
|
||||
"C-s" (λ! (company-search-abort) (company-filter-candidates))
|
||||
[escape] #'company-search-abort))
|
||||
|
||||
;; TAB auto-completion in term buffers
|
||||
(after! comint
|
||||
(map! :map comint-mode-map [tab] #'company-complete))
|
||||
|
||||
(global-company-mode +1))
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user