Henrik Lissner 2022-06-17 15:42:15 +02:00
parent 26d47b5ebc
commit 77e9932966
No known key found for this signature in database
GPG key ID: B60957CA074D39A3
6 changed files with 16 additions and 16 deletions

View file

@ -38,7 +38,7 @@
(set-repl-handler! 'clojurescript-mode #'+clojure/open-cljs-repl :persist t)
(set-eval-handler! '(clojure-mode clojurescript-mode clojurec-mode) #'cider-eval-region))
;; HACK Fix raxod502/radian#446: CIDER tries to calculate the frame's
;; HACK Fix radian-software/radian#446: CIDER tries to calculate the frame's
;; background too early; sometimes before the initial frame has been
;; initialized, causing errors.
(defvar cider-docview-code-background-color nil)