(:name auto-complete :website "https://github.com/auto-complete/auto-complete" :description "The most intelligent auto-completion extension." :type github :pkgname "auto-complete/auto-complete" :depends (popup fuzzy) :features auto-complete-config :post-init (progn (add-to-list 'ac-dictionary-directories (expand-file-name "dict" default-directory)) (ac-config-default)))