diff options
author | David Morgan <djm_uk@protonmail.com> | 2021-07-28 20:08:40 +0100 |
---|---|---|
committer | David Morgan <djm_uk@protonmail.com> | 2021-07-28 20:08:40 +0100 |
commit | ad15cddc5d5315c5d997022f6d1193bda9963ab4 (patch) | |
tree | efd98f1676e4833b736e60a38db64ac8d6bedd5f /emacs-prelude/personal/lisp/init-clojure.el | |
parent | feec02aa28e9972f4b6e3f8465f4c5dc7be43fc7 (diff) | |
download | dotfiles-ad15cddc5d5315c5d997022f6d1193bda9963ab4.tar.gz |
More emacs.d updates
Diffstat (limited to 'emacs-prelude/personal/lisp/init-clojure.el')
-rw-r--r-- | emacs-prelude/personal/lisp/init-clojure.el | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/emacs-prelude/personal/lisp/init-clojure.el b/emacs-prelude/personal/lisp/init-clojure.el index 080b695..c0b59ec 100644 --- a/emacs-prelude/personal/lisp/init-clojure.el +++ b/emacs-prelude/personal/lisp/init-clojure.el @@ -38,6 +38,7 @@ 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)) + (key-chord-define-global "qq" 'cider-xref-fn-refs) + :hook (cider-repl-mode . (lambda () (smartscan-mode -1)))) (provide 'init-clojure) |