mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
docs(emacs-lisp): add fn!/lambda! to ToC & tweak header-args
This commit is contained in:
@ -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!]]
|
||||
|
Reference in New Issue
Block a user