From efb6ce798923649bf450b56107ffc799404c5906 Mon Sep 17 00:00:00 2001 From: Guillaume Pasquet Date: Sun, 19 Dec 2021 16:40:58 +0000 Subject: Add documentation for Episode 5 and TOC --- 05/emacs-shorts-01.org | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 05/emacs-shorts-01.org (limited to '05/emacs-shorts-01.org') 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]] + -- cgit v1.2.3