docs(emacs-lisp): add fn!/lambda! to ToC & tweak header-args

This commit is contained in:
Henrik Lissner 2022-06-21 23:32:02 +02:00
parent 90a6bdb751
commit d014a7ae8b
No known key found for this signature in database
GPG key ID: B60957CA074D39A3

View file

@ -1,5 +1,5 @@
#+TITLE: API Demos #+TITLE: API Demos
#+PROPERTY: header-args:elisp :results pp #+PROPERTY: header-args:emacs-lisp :results verbatim
This file contains demos of Doom's public API; its core library, macros, and This file contains demos of Doom's public API; its core library, macros, and
autodefs. It is used by the =elisp-demos= package to display examples of their autodefs. It is used by the =elisp-demos= package to display examples of their
@ -23,6 +23,8 @@ usage in the documentation displayed by either ~describe-function~ or
- [[#cmd-1][cmd!!]] - [[#cmd-1][cmd!!]]
- [[#cmds][cmds!]] - [[#cmds][cmds!]]
- [[#kbd][kbd!]] - [[#kbd][kbd!]]
- [[#lambda][lambda!]]
- [[#fn][fn!]]
- [[#letenv][letenv!]] - [[#letenv][letenv!]]
- [[#load][load!]] - [[#load][load!]]
- [[#map][map!]] - [[#map][map!]]