Skip to content

Commit

Permalink
Tell CIDER to stay in same window when jumping to definitions
Browse files Browse the repository at this point in the history
This restores the behaviour I like, which was as things were for a while.

See:
- clojure-emacs/cider#2757
- clojure-emacs/cider#2759
  • Loading branch information
simon-katz committed Aug 20, 2020
1 parent b46fc94 commit b3d329e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions emacs-installation/emacs-init-files/nomis-clojure.el
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,9 @@
;; Maybe a bug.
(require 'cider-macroexpansion)))

(setq cider-jump-to-pop-to-buffer-actions
'((display-buffer-same-window)))

(require 'nomis-cider-extras)
(require 'nomis-cider-extras-2)
(require 'nomis-cider-eval-clj-and-cljs)
Expand Down

0 comments on commit b3d329e

Please sign in to comment.