From cc287894a6e57af13cb385ce47730999d04cc9ce Mon Sep 17 00:00:00 2001 From: M Gadhvi <43205850+MGadhvi@users.noreply.github.com> Date: Wed, 16 Oct 2024 03:23:16 +0100 Subject: [PATCH] Added Elisp Programming Book (#11568) * Added Elisp Programming guide * Revert "Added Elisp Programming guide" This reverts commit 79e444697da330d9c84f623042cb16b3c4821a2d. * Added Elisp Programming * Changed order of links and added blank line * Changed title from Emacs Programmimg to Elisp Programming --- books/free-programming-books-langs.md | 1 + 1 file changed, 1 insertion(+) diff --git a/books/free-programming-books-langs.md b/books/free-programming-books-langs.md index 529cbf497..62c6013c6 100644 --- a/books/free-programming-books-langs.md +++ b/books/free-programming-books-langs.md @@ -1545,6 +1545,7 @@ Books on general-purpose programming that don't focus on a specific language are > :information_source: See also … [IDE and editors](free-programming-books-subjects.md#ide-and-editors) * [An Introduction to Programming in Emacs Lisp](https://www.gnu.org/software/emacs/manual/eintr.html) +* [Elisp Programming](https://caiorss.github.io/Emacs-Elisp-Programming/Elisp_Programming.html) * [GNU Emacs Lisp Reference Manual](http://www.gnu.org/software/emacs/manual/elisp.html)