This commit is contained in:
Vladan Popovic 2022-04-08 00:09:55 +02:00
parent a26c5a744a
commit 307fe2f15a
1 changed files with 4 additions and 4 deletions

View File

@ -115,10 +115,10 @@
;; (company-begin-commands nil) ;; uncomment to disable popup
:bind
(:map company-active-map
("C-n". company-select-next)
("C-p". company-select-previous)
("M-<". company-select-first)
("M->". company-select-last))
("C-n". company-select-next)
("C-p". company-select-previous)
("M-<". company-select-first)
("M->". company-select-last))
(:map company-mode-map
("<tab>". tab-indent-or-complete)
("TAB". tab-indent-or-complete)))