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
|
||||
:ensure t
|
||||
:defer t
|
||||
:idle (global-auto-complete-mode t)
|
||||
:config
|
||||
(progn (require 'auto-complete-config)
|
||||
(ac-config-default)
|
||||
(global-auto-complete-mode t)))
|
||||
(ac-config-default)))
|
||||
#+END_SRC
|
||||
** Helm
|
||||
#+name: packages
|
||||
|
|
Loading…
Reference in a new issue