Autocompletion using (helm-)company
This commit is contained in:
parent
66dbbcbd6a
commit
ab3cf506a6
2 changed files with 11 additions and 0 deletions
6
custom/setup-autocompletion.el
Normal file
6
custom/setup-autocompletion.el
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
(eval-after-load 'company
|
||||
'(progn
|
||||
(define-key company-mode-map (kbd "C-:") 'helm-company)
|
||||
(define-key company-active-map (kbd "C-:") 'helm-company)))
|
||||
|
||||
(provide 'setup-autocompletion)
|
||||
Loading…
Add table
Add a link
Reference in a new issue