summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--tag-emacs/emacs.d/init.org3
1 files changed, 2 insertions, 1 deletions
diff --git a/tag-emacs/emacs.d/init.org b/tag-emacs/emacs.d/init.org
index 089f9866..3b97d22c 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