emacs-geiser/chibi@5a6a5a580e -> emacs-geiser/chibi@2502fed134 emacs-geiser/geiser@bb77719c25 -> emacs-geiser/geiser@b6b4ac070d emacs-geiser/guile@6e0811c75d -> emacs-geiser/guile@71a6be0043 emacs-straight/rainbow-mode@70ed10d410 -> emacs-straight/rainbow-mode@0740f31f30 emacsorphanage/macrostep@0b04a89f69 -> emacsorphanage/macrostep@4939d88779 fxbois/web-mode@82847071ce -> fxbois/web-mode@005aa62d6f jorgenschaefer/emacs-buttercup@24d43b2ce2 -> jorgenschaefer/emacs-buttercup@a1a86b027f slim-template/emacs-slim@3636d18ab1 -> slim-template/emacs-slim@8c92169817 ziglang/zig-mode@079149a19f -> ziglang/zig-mode@f55e42536a Close: #7884 Close: #7878 Co-authored-by: welcome-linja <welcome-linja@users.noreply.github.com> |
||
---|---|---|
.. | ||
autoload.el | ||
config.el | ||
packages.el | ||
README.org |
:lang emacs-lisp
Description unfold
This module extends support for Emacs Lisp in Doom Emacs.
- Macro expansion
- Go-to-definitions or references functionality
- Syntax highlighting for defined and quoted symbols
- Replaces the built-in help with the more powerful doom-package:helpful
- Adds function example uses to documentation
Maintainers
Module flags
This module has no flags.
Packages
- doom-package:buttercup
- doom-package:elisp-def
- doom-package:elisp-demos
- doom-package:flycheck-cask if doom-module::checkers syntax
- doom-package:flycheck-package if doom-module::checkers syntax
- doom-package:highlight-quoted
- doom-package:macrostep
- doom-package: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.
TODO Changelog
This module does not have a changelog yet.
Installation
Enable this module in your doom!
block.
This module's sole dependency is Emacs. It's very obscure, you wouldn't know about it.
TODO Usage
This module has no usage documentation yet. Write some?
formatter
By enabling doom-module::editor format, doom-package:apheleia will be used to format the current buffer.
Enable doom-module::editor format +onsave to format the buffer on save.
TODO Configuration
This module has no configuration documentation yet. Write some?
Troubleshooting
There are no known problems with this module. Report one?
Frequently asked questions
This module has no FAQs yet. Ask one?
TODO Appendix
This module has no appendix yet. Write one?