diff options
author | Alan Pearce | 2016-11-06 13:35:49 +0100 |
---|---|---|
committer | Alan Pearce | 2016-11-06 13:35:49 +0100 |
commit | 069890cb59a48e2fc6d9772805f4ca314bc33d57 (patch) | |
tree | 333c71fe4c20dca41bfa67e60578a2d095b18fb9 /tag-emacs | |
parent | 45fcb8ae271a4d01ca59a4181431d94ace7b12dc (diff) | |
download | dotfiles-069890cb59a48e2fc6d9772805f4ca314bc33d57.tar.lz dotfiles-069890cb59a48e2fc6d9772805f4ca314bc33d57.tar.zst dotfiles-069890cb59a48e2fc6d9772805f4ca314bc33d57.zip |
Emacs: Install cmd-to-echo
Diffstat (limited to 'tag-emacs')
-rw-r--r-- | tag-emacs/emacs.d/init.org | 10 |
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 |