doomemacs/modules/lang/emacs-lisp
Henrik Lissner 06392a723f refactor: rename orig-fn arg in advice to fn
A minor tweak to our naming conventions for the first argument of an
:around advice.
2021-08-04 01:53:12 -04:00
..
autoload.el dev: transition to 12c long hashes 2021-08-02 22:07:13 -04:00
config.el refactor: rename orig-fn arg in advice to fn 2021-08-04 01:53:12 -04:00
demos.org lang/emacs-lisp: fix custom-{,theme-}set-faces! demos 2021-02-21 14:44:59 -05: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