Update --packages
This commit is contained in:
parent
c370e995a8
commit
5c2b11df96
1 changed files with 8 additions and 0 deletions
|
@ -422,3 +422,11 @@
|
||||||
:defer t
|
:defer t
|
||||||
:custom
|
:custom
|
||||||
(terraform-format-on-save t))
|
(terraform-format-on-save t))
|
||||||
|
|
||||||
|
(use-package auto-complete
|
||||||
|
:init
|
||||||
|
(ac-config-default)
|
||||||
|
:config
|
||||||
|
(setq ac-use-menu-map t)
|
||||||
|
(setq ac-ignore-case nil)
|
||||||
|
(add-hook 'prog-mode-hook 'auto-complete-mode))
|
||||||
|
|
Loading…
Add table
Reference in a new issue