diff options
Diffstat (limited to 'emacs-prelude/personal/lisp/init-clojure.el')
-rw-r--r-- | emacs-prelude/personal/lisp/init-clojure.el | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/emacs-prelude/personal/lisp/init-clojure.el b/emacs-prelude/personal/lisp/init-clojure.el index c0b59ec..080b695 100644 --- a/emacs-prelude/personal/lisp/init-clojure.el +++ b/emacs-prelude/personal/lisp/init-clojure.el @@ -38,7 +38,6 @@ cider-repl-history-file "~/.emacs.d/cider-history" clojure-toplevel-inside-comment-form t) (key-chord-define-global "??" 'cider-xref-fn-refs-select) - (key-chord-define-global "qq" 'cider-xref-fn-refs) - :hook (cider-repl-mode . (lambda () (smartscan-mode -1)))) + (key-chord-define-global "qq" 'cider-xref-fn-refs)) (provide 'init-clojure) |