docs(emacs-lisp): add fn!/lambda! to ToC & tweak header-args
This commit is contained in:
parent
90a6bdb751
commit
d014a7ae8b
1 changed files with 3 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
#+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
|
||||
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!!]]
|
||||
- [[#cmds][cmds!]]
|
||||
- [[#kbd][kbd!]]
|
||||
- [[#lambda][lambda!]]
|
||||
- [[#fn][fn!]]
|
||||
- [[#letenv][letenv!]]
|
||||
- [[#load][load!]]
|
||||
- [[#map][map!]]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue