about summary refs log tree commit diff stats
path: root/emacs-prelude/personal/lisp/init-clojure.el
diff options
context:
space:
mode:
authorDavid Morgan <djm_uk@protonmail.com>2021-08-05 07:47:38 +0100
committerDavid Morgan <djm_uk@protonmail.com>2021-08-05 07:47:38 +0100
commitfd87e0ed4c52bed31798c0f83f8f121d2659f869 (patch)
tree636db2b3ec071e0fc75aaa2fdf2644da7f2f74e9 /emacs-prelude/personal/lisp/init-clojure.el
parent1190ad9a1882344e9046277ca50f306c82e8cc9b (diff)
downloaddotfiles-fd87e0ed4c52bed31798c0f83f8f121d2659f869.tar.gz
Play around with a few things
Diffstat (limited to 'emacs-prelude/personal/lisp/init-clojure.el')
-rw-r--r--emacs-prelude/personal/lisp/init-clojure.el3
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)