From 12afb14ee03b0736caf943079656901c8cdacfa0 Mon Sep 17 00:00:00 2001 From: Davide Dunne Sanchez <111002142+DavideDunne@users.noreply.github.com> Date: Sun, 13 Apr 2025 20:09:44 -0600 Subject: [PATCH 1/2] Add Emacs Lisp Elements book --- 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 2c0905952da95..45d8f5eb4c030 100644 --- a/books/free-programming-books-langs.md +++ b/books/free-programming-books-langs.md @@ -1556,6 +1556,7 @@ Books on general-purpose programming that don't focus on a specific language are * [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) +* [Emacs Lisp Elements](https://protesilaos.com/emacs/emacs-lisp-elements) - Protesilaos Stavrou (HTML) #### PicoLisp From 6886035b245f5927cc3993f562236b6c2bdc6846 Mon Sep 17 00:00:00 2001 From: Davide Dunne Sanchez <111002142+DavideDunne@users.noreply.github.com> Date: Sun, 13 Apr 2025 20:25:15 -0600 Subject: [PATCH 2/2] Change to alphabetical order in Emacs Lisp book list --- books/free-programming-books-langs.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/books/free-programming-books-langs.md b/books/free-programming-books-langs.md index 45d8f5eb4c030..61c8bcf50a889 100644 --- a/books/free-programming-books-langs.md +++ b/books/free-programming-books-langs.md @@ -1555,8 +1555,8 @@ Books on general-purpose programming that don't focus on a specific language are * [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) * [Emacs Lisp Elements](https://protesilaos.com/emacs/emacs-lisp-elements) - Protesilaos Stavrou (HTML) +* [GNU Emacs Lisp Reference Manual](http://www.gnu.org/software/emacs/manual/elisp.html) #### PicoLisp