retab
This commit is contained in:
parent
a26c5a744a
commit
307fe2f15a
1 changed files with 4 additions and 4 deletions
8
init.el
8
init.el
|
@ -115,10 +115,10 @@
|
||||||
;; (company-begin-commands nil) ;; uncomment to disable popup
|
;; (company-begin-commands nil) ;; uncomment to disable popup
|
||||||
:bind
|
:bind
|
||||||
(:map company-active-map
|
(:map company-active-map
|
||||||
("C-n". company-select-next)
|
("C-n". company-select-next)
|
||||||
("C-p". company-select-previous)
|
("C-p". company-select-previous)
|
||||||
("M-<". company-select-first)
|
("M-<". company-select-first)
|
||||||
("M->". company-select-last))
|
("M->". company-select-last))
|
||||||
(:map company-mode-map
|
(:map company-mode-map
|
||||||
("<tab>". tab-indent-or-complete)
|
("<tab>". tab-indent-or-complete)
|
||||||
("TAB". tab-indent-or-complete)))
|
("TAB". tab-indent-or-complete)))
|
||||||
|
|
Loading…
Add table
Reference in a new issue