Skip to content

Commit

Permalink
emacs: update cider config
Browse files Browse the repository at this point in the history
  • Loading branch information
ericdallo committed Sep 29, 2023
1 parent 3a1e49b commit 986c228
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .config/doom/config.el
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@
cider-font-lock-dynamically nil ; use lsp semantic tokens
cider-eldoc-display-for-symbol-at-point nil ; use lsp
cider-prompt-for-symbol nil
cider-reuse-dead-repls nil
cider-use-xref nil) ; use lsp
(set-lookup-handlers! '(cider-mode cider-repl-mode) nil) ; use lsp
(set-popup-rule! "*cider-test-report*" :side 'right :width 0.4)
Expand Down
2 changes: 1 addition & 1 deletion .config/doom/packages.el
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@
(unpin! iedit)
(unpin! evil-multiedit)
(unpin! evil)
(unpin! cider)
;; (unpin! cider)

0 comments on commit 986c228

Please sign in to comment.