Emacs: Install cmd-to-echo
Alan Pearce alan@alanpearce.uk
Sun, 06 Nov 2016 13:35:49 +0100
1 files changed, 10 insertions(+), 0 deletions(-)
jump to
M tag-emacs/emacs.d/init.org → tag-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