diff options
author | David Morgan <djm_uk@protonmail.com> | 2021-08-06 16:04:09 +0100 |
---|---|---|
committer | David Morgan <djm_uk@protonmail.com> | 2021-08-06 16:04:09 +0100 |
commit | 16764da88568497c148f312157deb3de79678517 (patch) | |
tree | 8cff7b7cd02a8e8dc4feb5d9c45d3edbbe5019a6 /emacs-prelude/personal/lisp/init-clojure.el | |
parent | 20e27e477fe208340ffbd60b485ea89727185877 (diff) | |
download | dotfiles-16764da88568497c148f312157deb3de79678517.tar.gz |
Play around with some UI stuff (mainly modus themes)
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..a69b632 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 () (display-line-numbers-mode -1)))) (provide 'init-clojure) |