mirror of
https://github.com/correl/dotfiles.git
synced 2024-11-16 11:09:29 +00:00
[emacs] Fix autocomplete config
This commit is contained in:
parent
9fa2b30ca7
commit
86622b2387
1 changed files with 2 additions and 2 deletions
|
@ -26,10 +26,10 @@
|
||||||
(use-package auto-complete
|
(use-package auto-complete
|
||||||
:ensure t
|
:ensure t
|
||||||
:defer t
|
:defer t
|
||||||
|
:idle (global-auto-complete-mode t)
|
||||||
:config
|
:config
|
||||||
(progn (require 'auto-complete-config)
|
(progn (require 'auto-complete-config)
|
||||||
(ac-config-default)
|
(ac-config-default)))
|
||||||
(global-auto-complete-mode t)))
|
|
||||||
#+END_SRC
|
#+END_SRC
|
||||||
** Helm
|
** Helm
|
||||||
#+name: packages
|
#+name: packages
|
||||||
|
|
Loading…
Reference in a new issue