doomemacs/modules/lang/emacs-lisp
Henrik Lissner 7034378968 nit: s/#+BEGIN_SRC/#+begin_src, s/elisp/emacs-lisp/
From now on Doom will enforce two conventions for its org files for
consistency's sake:

- Lower-case meta-lines in org files, like #+begin_src, #+name, or
  #+end_quote (only exception are the top-level ones, like #+TITLE and
  #+STARTUP).
- Use 'emacs-lisp' as the lang specifier for elisp blocks rather than
  'elisp'. Emacs doesn't natively recognize the latter.

This will be reflected in our rewritten docs/*.org and module
README.org's.
2021-10-18 12:09:42 +02:00
..
autoload.el fix(emacs-lisp): quiet doc lints in org src blocks 2021-09-23 11:37:18 +02:00
config.el revert: Ignore unsafe local variables, but log them 2021-10-06 01:30:45 +02:00
demos.org nit: s/#+BEGIN_SRC/#+begin_src, s/elisp/emacs-lisp/ 2021-10-18 12:09:42 +02:00
packages.el lang/emacs-lisp: add flycheck-package 2021-07-25 16:37:28 -04:00
README.org Minor refactors & revision across the board 2020-07-31 01:39:24 -04:00

lang/emacs-lisp

Description

This module extends support for Emacs Lisp in Doom Emacs.

  • Macro expansion
  • Go-to-definitions or references functionality

Maintainers

  • @hlissner (author)

Module Flags

This module provides no flags.

Hacks

  • Symbols that are defined in the current session are highlighted with font-lock-variable-face.
  • Eldoc will display the values of variables next to its documentation.
  • elisp-demos was modified to display API demos for Doom's standard library (in docs/api.org).
  • This module extends imenu support for Doom's API (e.g. package!, use-package, after!)
  • Flycheck has been configured to tone down the false positives when you are editing your Emacs or Doom config.

Prerequisites

This module's sole dependency is Emacs. It's very obscure, you wouldn't know about it.

TODO Features

TODO Configuration

TODO Troubleshooting