diff options
author | Guillaume Pasquet <dev@etenil.net> | 2021-12-19 16:40:58 +0000 |
---|---|---|
committer | Guillaume Pasquet <dev@etenil.net> | 2021-12-19 16:40:58 +0000 |
commit | efb6ce798923649bf450b56107ffc799404c5906 (patch) | |
tree | 58533b395c315307c75c8fd9c5448138d4ed943b /05/emacs-shorts-01.org | |
parent | 3137d5e767bb440916af33cdfd4e61376596e9c3 (diff) |
Add documentation for Episode 5 and TOC
Diffstat (limited to '05/emacs-shorts-01.org')
-rw-r--r-- | 05/emacs-shorts-01.org | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/05/emacs-shorts-01.org b/05/emacs-shorts-01.org new file mode 100644 index 0000000..ed440ec --- /dev/null +++ b/05/emacs-shorts-01.org @@ -0,0 +1,26 @@ +#+TITLE: Emacs shorts 01: Tramp, Dired and Undo + +* Undo + + Emacs is very old as software goes. When it was created many + features we take for granted didn't exist yet, like C-x/C-c/C-v and + of course the undo/redo feature. Therefore Emacs'undo is quite + unusual, but very powerful. + + [[./undo.org][Find out more]] + +* Dired + + Dired is Emacs'bundled file management system. It is very powerful + and convenient. + + [[./dired.org][Find out more]] + + +* Tramp + + Tramp is a framework bundled in Emacs to access remote -- or local + -- filesystems through rsh/rcp or ssh/scp. + + [[./tramp.org][Find out more]] + |