docs: use lowercase keywords

As per Org's new defaults, which we're adopting elsewhere, so may as
well adopt it here.
This commit is contained in:
Henrik Lissner 2022-03-28 15:03:21 +02:00
parent 9744946a66
commit e77a45bc22
No known key found for this signature in database
GPG key ID: B60957CA074D39A3
167 changed files with 665 additions and 664 deletions

View file

@ -1,9 +1,9 @@
← [[doom-module-index:][Back to module index]] ! [[doom-module-issues:::lang emacs-lisp][Issues]] ↖ [[doom-repo:tree/develop/modules/lang/emacs-lisp/][Github]] ± [[doom-suggest-edit:][Suggest edits]] ? [[doom-help-modules:][Help]]
--------------------------------------------------------------------------------
#+TITLE: :lang emacs-lisp
#+SUBTITLE: A parsel-tongue for the oldest serpent
#+CREATED: January 16, 2017
#+SINCE: 1.3
#+title: :lang emacs-lisp
#+subtitle: A parsel-tongue for the oldest serpent
#+created: January 16, 2017
#+since: 1.3
* Description :unfold:
This module extends support for Emacs Lisp in Doom Emacs.

View file

@ -1,5 +1,5 @@
#+TITLE: API Demos
#+PROPERTY: header-args:elisp :results pp
#+title: API Demos
#+property: header-args:elisp :results pp
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