From 069890cb59a48e2fc6d9772805f4ca314bc33d57 Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Sun, 6 Nov 2016 13:35:49 +0100 Subject: Emacs: Install cmd-to-echo --- tag-emacs/emacs.d/init.org | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'tag-emacs') 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 -- cgit 1.4.1