summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorAlan Pearce2016-11-06 13:35:49 +0100
committerAlan Pearce2016-11-06 13:35:49 +0100
commit069890cb59a48e2fc6d9772805f4ca314bc33d57 (patch)
tree333c71fe4c20dca41bfa67e60578a2d095b18fb9
parent45fcb8ae271a4d01ca59a4181431d94ace7b12dc (diff)
downloaddotfiles-069890cb59a48e2fc6d9772805f4ca314bc33d57.tar.lz
dotfiles-069890cb59a48e2fc6d9772805f4ca314bc33d57.tar.zst
dotfiles-069890cb59a48e2fc6d9772805f4ca314bc33d57.zip
Emacs: Install cmd-to-echo
-rw-r--r--tag-emacs/emacs.d/init.org10
1 files changed, 10 insertions, 0 deletions
diff --git a/tag-emacs/emacs.d/init.org b/tag-emacs/emacs.d/init.org
index a01fa1f..b26451d 100644
--- a/tag-emacs/emacs.d/init.org
+++ b/tag-emacs/emacs.d/init.org
@@ -1276,6 +1276,16 @@ don’t use it directly.
                                          "smex-items"))))
 #+END_SRC
 
+** cmd-to-echo
+
+I’ve been looking for some way to run programming projects (mostly
+node.js) inside emacs.  =cmd-to-echo= seems great for this, as new
+output pops up in the echo area.
+
+#+BEGIN_SRC emacs-lisp
+  (use-package cmd-to-echo
+    :commands (cmd-to-echo))
+#+END_SRC
 * Modes
 
 Setup some modes for systemd files