From 8493e0abfbb50c978174c5b4a0d523262c866994 Mon Sep 17 00:00:00 2001 From: Anoop G R Date: Fri, 16 Oct 2020 08:11:34 +0530 Subject: [PATCH] Add Resource on Emacs editor (#4189) * Add a textbook introducing emacs driven text editing * Add a newline to match formatting * Change ordering of tutorials to be alphabetical --- free-programming-books.md | 1 + 1 file changed, 1 insertion(+) diff --git a/free-programming-books.md b/free-programming-books.md index 470d8844..9195dc41 100644 --- a/free-programming-books.md +++ b/free-programming-books.md @@ -1244,6 +1244,7 @@ Kerridge (PDF) (email address *requested*, not required) ### Emacs * [An Introduction to Programming in Emacs Lisp, 3rd Edition](https://www.gnu.org/software/emacs/manual/html_node/eintr/index.html) +* [Emacs for the Modern World](https://www.finseth.com/craft/) (HTML) * [GNU Emacs Lisp Reference Manual](http://www.gnu.org/software/emacs/manual/elisp.html) * [GNU Emacs Manual](https://www.gnu.org/software/emacs/manual/pdf/emacs.pdf) (PDF) -- GitLab