ac-cider
ac-cider copied to clipboard
[DEPRECATED] Emacs auto-complete backend for CIDER
@bbatsov If you don't mind, I'm going to archive this repo. Also makes sense to remove this org: https://github.com/orgs/clojure-emacs/teams/ac-cider
I know this is a very specific error reproduction, but I know why it is happening. First, I can haz you reproduce it. Start a new Lein project Save the...
I am trying to setup ac-cider and have added the following to `init.el` : ``` (require 'ac-cider) (add-hook 'cider-mode-hook 'ac-flyspell-workaround) (add-hook 'cider-mode-hook 'ac-cider-setup) (add-hook 'cider-repl-mode-hook 'ac-cider-setup) (eval-after-load "auto-complete" '(progn (add-to-list...
Sometimes,some blank lines appear after the code completed.as you can see in the following picture: 
Usually, ac-cider works well in cider.However , I get the error "running timer 'ac-update-greedy'" sometimes.The following picture shows the detail:  In addition,I use emacs 24.4 and...
 as the image above, when I finished the input,the popup don't disappear!! and it displayed error.