doomemacs/modules/lang/emacs-lisp
2020-06-04 20:13:28 -04:00
..
autoload.el General refactors & reformatting across the board 2020-06-04 20:13:28 -04:00
config.el General refactors & reformatting across the board 2020-06-04 20:13:28 -04:00
packages.el Bump :lang emacs-lisp 2020-05-31 06:11:16 -04:00
README.org Add lang/emacs-lisp readme #1166 2020-05-28 22:01:23 -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!)

Prerequisites

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

TODO Features

TODO Configuration

TODO Troubleshooting