flyingmachine / emacs-for-clojure

522 stars 267 forks source link

Autocomplete does not work #3

Closed jmgimeno closed 4 years ago

jmgimeno commented 10 years ago

It seems autocomplete is broken.

ducky427 commented 10 years ago

Minimal code to get it work for me was:

;; auto-complete
(require 'auto-complete-config)
(ac-config-default)
flyingmachine commented 10 years ago

Thanks, I'll update this

On Jan 3, 2014, at 12:27 PM, Ducky notifications@github.com wrote:

Minimal code to get it work for me was:

;; auto-complete (require 'auto-complete-config) (add-to-list 'ac-dictionary-directories "~/.emacs.d/elpa/auto-complete-1.4/dict")

(ac-config-default) — Reply to this email directly or view it on GitHub.

junjiemars commented 9 years ago

@jmgimeno you can checkout my fork at https://github.com/junjiemars/.emacs.d.git