diff options
author | Sacha Chua <sacha@sachachua.com> | 2022-12-05 09:10:25 -0500 |
---|---|---|
committer | Sacha Chua <sacha@sachachua.com> | 2022-12-06 20:50:05 -0500 |
commit | f1ecea72dcbe4d0a809f0c58ac06c9fb91e69770 (patch) | |
tree | a753f42e84bedb012c2aba874868092cedcaa87c /2022 | |
parent | 61e8a5296da00716a0e553b362ea7d313a0aa27f (diff) | |
download | emacsconf-wiki-f1ecea72dcbe4d0a809f0c58ac06c9fb91e69770.tar.xz emacsconf-wiki-f1ecea72dcbe4d0a809f0c58ac06c9fb91e69770.zip |
add links to expanded eshell
Diffstat (limited to '2022')
-rw-r--r-- | 2022/talks/eshell.md | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/2022/talks/eshell.md b/2022/talks/eshell.md index 99150d57..54320a52 100644 --- a/2022/talks/eshell.md +++ b/2022/talks/eshell.md @@ -22,7 +22,8 @@ features in eshell I found while diving into the source code … stuff you can’t do in another terminals. Did you know that \`$$\` is a special variable that contains the output from the last command? - +Update from Howard: I wrote an _expanded transcript_ with more code and functional links. See <http://howardism.org/Technical/Emacs/eshell-why.html> +Want _all_ the code? See my literate dotfiles for #emacs at <https://github.com/howardabrams/hamacs/blob/main/ha-eshell.org> [[!inline pages="internal(2022/info/eshell-after)" raw="yes"]] |