summary refs log tree commit diff stats
path: root/tag-emacs/emacs.d/init.org
diff options
context:
space:
mode:
authorAlan Pearce2016-11-28 11:09:54 +0100
committerAlan Pearce2016-11-28 11:09:54 +0100
commitbf772489b2fd233f587d56ad3f66e78d2aa28936 (patch)
tree648411cc5bb4c0e6b3434653abb8709e642a25ce /tag-emacs/emacs.d/init.org
parentaf303d93fb0a2e38e8667eb942948d092c2c61b8 (diff)
downloaddotfiles-bf772489b2fd233f587d56ad3f66e78d2aa28936.tar.lz
dotfiles-bf772489b2fd233f587d56ad3f66e78d2aa28936.tar.zst
dotfiles-bf772489b2fd233f587d56ad3f66e78d2aa28936.zip
Emacs: Show cmd-to-echo output in process buffers
Diffstat (limited to 'tag-emacs/emacs.d/init.org')
-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 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