Emacs: Show cmd-to-echo output in process buffers
1 file changed, 2 insertions(+), 1 deletion(-)
jump to
M tag-emacs/emacs.d/init.org → tag-emacs/emacs.d/init.org
@@ -1301,7 +1301,8 @@ output pops up in the echo area. #+BEGIN_SRC emacs-lisp (use-package cmd-to-echo - :commands (cmd-to-echo)) + :commands (cmd-to-echo) + :config (setq cmd-to-echo-add-output-to-process-buffers t)) #+END_SRC * Modes