diff options
author | johannst <johannst@users.noreply.github.com> | 2024-11-17 21:19:48 +0000 |
---|---|---|
committer | johannst <johannst@users.noreply.github.com> | 2024-11-17 21:19:48 +0000 |
commit | 6e5044eb4ba064a497699208068d2553ac172f8c (patch) | |
tree | d87c8c5d87b2b961cc5aa842b1b829a762d62b09 /tools/emacs.html | |
parent | 07dda6914ac1354b53da50d1b43cf439102c1bcc (diff) | |
download | notes-6e5044eb4ba064a497699208068d2553ac172f8c.tar.gz notes-6e5044eb4ba064a497699208068d2553ac172f8c.zip |
deploy: deb4619a79deace26923e91a93b6d7bbfce40e78gh-pages
Diffstat (limited to 'tools/emacs.html')
-rw-r--r-- | tools/emacs.html | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/tools/emacs.html b/tools/emacs.html index 6c52824..0438b73 100644 --- a/tools/emacs.html +++ b/tools/emacs.html @@ -434,6 +434,15 @@ supports <code>fido-vertical-mode</code> in case vertical mode is preferred.</p> Info-history open info history in buffer </code></pre> +<h2 id="shell-commands"><a class="header" href="#shell-commands">shell commands</a></h2> +<pre><code class="language-markdown"> key fn description +--------------------------------------------- + M-! shell-command run shell command synchronously + M-& async-shell-command run shell command asynchronously + M-| shell-command-on-region run shell command on region; + prefix with C-u to replace region with + output of the command +</code></pre> </main> |