Set cider-clojure-compilation-error-phases to nil

This commit is contained in:
David Morgan 2023-10-25 09:16:20 +01:00
parent 49a0c64705
commit 4fcfe52680
Signed by: djm
GPG Key ID: C171251002C200F2
1 changed files with 1 additions and 0 deletions

View File

@ -145,6 +145,7 @@
cider-connection-message-fn nil
cider-show-error-buffer 'except-in-repl
clojure-toplevel-inside-comment-form t)
(setq cider-clojure-compilation-error-phases nil)
(setq-default cider-use-overlays t)
(unbind-key "C-c C-l" cider-mode-map)
(unbind-key "C-c C-b" cider-mode-map)