From bf772489b2fd233f587d56ad3f66e78d2aa28936 Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Mon, 28 Nov 2016 11:09:54 +0100 Subject: Emacs: Show cmd-to-echo output in process buffers --- tag-emacs/emacs.d/init.org | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'tag-emacs/emacs.d/init.org') diff --git a/tag-emacs/emacs.d/init.org b/tag-emacs/emacs.d/init.org index 089f986..3b97d22 100644 --- a/tag-emacs/emacs.d/init.org +++ b/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 -- cgit 1.4.1