Created
February 13, 2015 12:02
-
-
Save xh4/cdc4c35897aa210667b0 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| (defun cider-beautify-buffer-ns (ns-string) | |
| "=") | |
| (defun cider-repl-emit-prompt (buffer) | |
| "Emit the REPL prompt into BUFFER." | |
| (with-current-buffer buffer | |
| (save-excursion | |
| (cider-save-marker cider-repl-output-start | |
| (cider-save-marker cider-repl-output-end | |
| (cider-repl--insert-prompt (cider-beautify-buffer-ns cider-buffer-ns))))) | |
| (cider-repl--show-maximum-output))) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment