You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Added function for switching back from an inf-clojure buffer (#200)
* Added function for switching back from an inf-clojure buffer
* set inf-clojure--recent-buffer on inf-clojure-connect
* use most recent buffer instead of 'last swapped from' buffer
* provide display-buffer-reuse-window
one day I'll learn how to read and pass args in emacs
Copy file name to clipboardExpand all lines: CHANGELOG.md
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,7 @@
4
4
5
5
### New features
6
6
7
+
*[#168](https://github.com/clojure-emacs/inf-clojure/pull/197): Helper function `inf-clojure-switch-to-recent-buffer` to select the last buffer an inf-clojure process buffer was swapped to from.
7
8
*[#187](https://github.com/clojure-emacs/inf-clojure/pull/197): Defcustom `inf-clojure-enable-eldoc` to disable eldoc interaction.
0 commit comments