It's hardcoded to return t for symbols that end in any of '-command', '-frame-alist', '-function', '-functions', '-hook', '-hooks', '-form', '-forms', '-map', '-map-alist', '-mode-alist', '-program', or '-predicate' -- which I think is excessive next to a safety check. I'll trust that: if the user marks X as safe, and it isn't *explicitly* marked risky, and it destroys the universe, then it's their fault, not mine, not Emacs'. |
||
---|---|---|
.. | ||
autoload.el | ||
config.el | ||
demos.org | ||
packages.el | ||
README.org |
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.
Plugins
- buttercup
- elisp-def
- elisp-demos
- flycheck-cask (
:checkers syntax
) - highlight-quoted
- macrostep
- overseer
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.