Add lang/emacs-lisp readme #1166
This commit is contained in:
parent
95eb2989dc
commit
e7649daa9f
1 changed files with 58 additions and 0 deletions
58
modules/lang/emacs-lisp/README.org
Normal file
58
modules/lang/emacs-lisp/README.org
Normal file
|
@ -0,0 +1,58 @@
|
||||||
|
#+TITLE: lang/emacs-lisp
|
||||||
|
#+DATE: January 16, 2017
|
||||||
|
#+SINCE: v1.3
|
||||||
|
#+STARTUP: inlineimages nofold
|
||||||
|
|
||||||
|
* Table of Contents :TOC_3:noexport:
|
||||||
|
- [[#description][Description]]
|
||||||
|
- [[#maintainers][Maintainers]]
|
||||||
|
- [[#module-flags][Module Flags]]
|
||||||
|
- [[#plugins][Plugins]]
|
||||||
|
- [[#hacks][Hacks]]
|
||||||
|
- [[#prerequisites][Prerequisites]]
|
||||||
|
- [[#features][Features]]
|
||||||
|
- [[#configuration][Configuration]]
|
||||||
|
- [[#troubleshooting][Troubleshooting]]
|
||||||
|
|
||||||
|
* 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
|
||||||
|
+ [[https://github.com/jorgenschaefer/emacs-buttercup][buttercup]]
|
||||||
|
+ [[https://github.com/Wilfred/elisp-def][elisp-def]]
|
||||||
|
+ [[https://github.com/xuchunyang/elisp-demos][elisp-demos]]
|
||||||
|
+ [[https://github.com/flycheck/flycheck-cask][flycheck-cask]] (=:checkers syntax=)
|
||||||
|
+ [[https://github.com/Fanael/highlight-quoted][highlight-quoted]]
|
||||||
|
+ [[https://github.com/joddie/macrostep][macrostep]]
|
||||||
|
+ [[https://github.com/tonini/overseer.el][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 [[file:../../../docs/api.org][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
|
||||||
|
# An in-depth list of features, how to use them, and their dependencies.
|
||||||
|
|
||||||
|
* TODO Configuration
|
||||||
|
# How to configure this module, including common problems and how to address them.
|
||||||
|
|
||||||
|
* TODO Troubleshooting
|
||||||
|
# Common issues and their solution, or places to look for help.
|
Loading…
Add table
Add a link
Reference in a new issue