diff --git a/lispy.el b/lispy.el index 0c5c9720..c56023ac 100644 --- a/lispy.el +++ b/lispy.el @@ -504,9 +504,7 @@ backward through lists, which is useful to move into special. (setq-local outline-regexp "\\(?:%\\*+\\|\\\\\\(?:sub\\)?section{\\)")) ((eq major-mode 'clojure-mode) (eval-after-load 'le-clojure - '(setq completion-at-point-functions - '(lispy-clojure-complete-at-point - cider-complete-at-point))) + '(add-hook 'completion-at-point-functions #'lispy-clojure-complete-at-point nil t)) (setq-local outline-regexp (substring lispy-outline 1))) ((eq major-mode 'python-mode) (setq-local lispy-outline "^#\\*+")