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

@ -389,7 +389,7 @@ results buffer.")
'(literal regexp initialism fuzzy)
'(literal regexp initialism)))
:config
;; REVIEW Remove when raxod502/prescient.el#102 is resolved
;; REVIEW Remove when radian-software/prescient.el#102 is resolved
(add-to-list 'ivy-sort-functions-alist '(ivy-resume))
(setq ivy-prescient-sort-commands
'(:not swiper swiper-isearch ivy-switch-buffer lsp-ivy-workspace-symbol

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)