diff options
author | David Morgan <djm_uk@protonmail.com> | 2022-10-05 20:20:16 +0100 |
---|---|---|
committer | David Morgan <djm_uk@protonmail.com> | 2022-10-05 20:20:16 +0100 |
commit | 50d75c598ccd4e4394162c3732e3f108911ede60 (patch) | |
tree | a27bf960306599d7289b469e3594af1b748e8042 /.emacs.d | |
parent | b9932fcf983ac5c82bdeb02104f8e8ce2201b86e (diff) | |
download | dotfiles-50d75c598ccd4e4394162c3732e3f108911ede60.tar.gz |
Set cider-show-error-buffer to 'except-in-repl
Diffstat (limited to '.emacs.d')
-rw-r--r-- | .emacs.d/lisp/init-clojure.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.emacs.d/lisp/init-clojure.el b/.emacs.d/lisp/init-clojure.el index 6b2cf4e..cf1810f 100644 --- a/.emacs.d/lisp/init-clojure.el +++ b/.emacs.d/lisp/init-clojure.el @@ -112,6 +112,7 @@ cider-repl-history-file ".cider-repl-history" nrepl-log-messages t cider-connection-message-fn nil + cider-show-error-buffer 'except-in-repl clojure-toplevel-inside-comment-form t) (unbind-key "C-c C-l" cider-mode-map) :bind |