Add links and descriptive text

This commit is contained in:
Gerard Vermeulen 2022-10-30 09:34:40 +01:00
parent 65c516fc78
commit 0d84b83834
1 changed files with 8 additions and 0 deletions

View File

@ -3968,6 +3968,7 @@ support.
:CUSTOM_ID: sec:emacs-lisp-programming
:END:
Here is a list of links describing how to program and debug [[info:elisp#Top][Emacs Lisp (info)]] code:
1. [[https://www.masteringemacs.org/article/evaluating-elisp-emacs][Evaluating Elisp in Emacs]]
2. [[https://endlessparentheses.com/debugging-emacs-lisp-part-1-earn-your-independence.html][Debugging Elisp Part 1: Earn your independence]]
3. [[https://endlessparentheses.com/debugging-elisp-part-2-advanced-topics.html][Debugging Elisp Part 2: Advanced topics]]
@ -3979,6 +3980,13 @@ support.
:CUSTOM_ID: sec:fennel-programming
:END:
Here is a list of links describing how to install and setup [[https://fennel-lang.org/][Fennel]] and how to
install and use [[https://gitlab.com/andreyorst/ob-fennel][ob-fennel]] with the [[https://love2d.org/][LÖVE 2D game engine]]:
1. [[https://fennel-lang.org/][The Fennel Programming Language]]
2. [[https://fennel-lang.org/setup][Setting up Fennel]]
3. [[https://gitlab.com/andreyorst/ob-fennel][Org Babel support for the Fennel language: ob-fennel]]
4. [[https://andreyorst.gitlab.io/posts/2022-09-26-reproducible-research-with-org-mode-fennel-and-love/][Reproducible Research with Org Mode, Fennel, and LÖVE]]
#+caption[Install =fennel-mode= and =ob-fennel= in case of =Fennel=]:
#+caption: Install =fennel-mode= and =ob-fennel= in case of =Fennel=.
#+name: lst:install-ob-fennel-mode