Skip to content

Commit

Permalink
No need to autoload the connection hook modification.
Browse files Browse the repository at this point in the history
In fact, it seems inappropriate to do this automatically.
  • Loading branch information
purcell committed Oct 19, 2013
1 parent d5e78d4 commit aff483d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ac-nrepl.el
Expand Up @@ -133,7 +133,6 @@ Result is a plist, as returned from `nrepl-send-string-sync'."
(nrepl-current-tooling-session)))


;;;###autoload
(add-hook 'nrepl-connected-hook 'ac-nrepl-refresh-class-cache t)

(defun ac-nrepl-candidates-all-classes ()
Expand Down

0 comments on commit aff483d

Please sign in to comment.