all repos — nixfiles @ 069890cb59a48e2fc6d9772805f4ca314bc33d57

System and user configuration, managed by nix and home-manager

Emacs: Install cmd-to-echo
Alan Pearce alan@alanpearce.uk
Sun, 06 Nov 2016 13:35:49 +0100
commit

069890cb59a48e2fc6d9772805f4ca314bc33d57

parent

45fcb8ae271a4d01ca59a4181431d94ace7b12dc

1 files changed, 10 insertions(+), 0 deletions(-)

jump to
M tag-emacs/emacs.d/init.orgtag-emacs/emacs.d/init.org
@@ -1276,6 +1276,16 @@ smex-save-file (concat user-emacs-directory                                          "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