diff options
author | Alan Pearce | 2016-11-28 11:09:54 +0100 |
---|---|---|
committer | Alan Pearce | 2016-11-28 11:09:54 +0100 |
commit | bf772489b2fd233f587d56ad3f66e78d2aa28936 (patch) | |
tree | 648411cc5bb4c0e6b3434653abb8709e642a25ce /tag-emacs | |
parent | af303d93fb0a2e38e8667eb942948d092c2c61b8 (diff) | |
download | dotfiles-bf772489b2fd233f587d56ad3f66e78d2aa28936.tar.lz dotfiles-bf772489b2fd233f587d56ad3f66e78d2aa28936.tar.zst dotfiles-bf772489b2fd233f587d56ad3f66e78d2aa28936.zip |
Emacs: Show cmd-to-echo output in process buffers
Diffstat (limited to 'tag-emacs')
-rw-r--r-- | tag-emacs/emacs.d/init.org | 3 |
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 |