all repos — nixfiles @ bf772489b2fd233f587d56ad3f66e78d2aa28936

System and user configuration, managed by nix and home-manager

Emacs: Show cmd-to-echo output in process buffers

Alan Pearce
commit

bf772489b2fd233f587d56ad3f66e78d2aa28936

parent

af303d93fb0a2e38e8667eb942948d092c2c61b8

1 file changed, 2 insertions(+), 1 deletion(-)

jump to
M tag-emacs/emacs.d/init.orgtag-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