lisp-format
A tool to format lisp code. Designed to mimic clang-format. (by eschulte)
aggressive-indent-mode
Emacs minor mode that keeps your code always indented. More reliable than electric-indent-mode. (by Malabarba)
lisp-format | aggressive-indent-mode | |
---|---|---|
2 | 7 | |
51 | 861 | |
- | 0.1% | |
0.0 | 0.0 | |
about 3 years ago | 10 months ago | |
Emacs Lisp | Emacs Lisp | |
- | - |
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
lisp-format
Posts with mentions or reviews of lisp-format.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2021-10-07.
- lisp-format: A tool to format lisp code. Designed to mimic clang-format.
-
Anyone using code formatter for elisp?
Projects that I am aware of: - https://github.com/eschulte/lisp-format - https://gitlab.com/ideasman42/emacs-elisp-autofmt
aggressive-indent-mode
Posts with mentions or reviews of aggressive-indent-mode.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2021-10-07.
-
Everything in emacs is fine but daemon doesn't work
I had a similar problem yesterday and it was because of a recent bug in aggressive-indent-mode https://github.com/Malabarba/aggressive-indent-mode/pull/157
-
Anyone using code formatter for elisp?
For elisp, I have been using srefactor for a long time, but it has quite a few issues have not been update in 5 years. Most other formatters for elisp/lisp that I have seen has some subtle issues or just does not handle splitting of long lines. People also have suggested just using aggressive-indent-mode and then putting the line breaks manually, but I was hoping to avoid having to decide where/when to split long lines as well.
-
Returning all last values of loop to global namespace
See also the Aggressive Indent package: https://github.com/Malabarba/aggressive-indent-mode
-
Learning Emacs properly from scratch just because
aggressive-indent-mode
- What is your favorite text-editing package / command?
-
Practical questions from a lisp beginner
paren-face-mode can be combined with aggressive-indent-mode to help oneself focus on the indentation the way a lisper should
-
Insert below last closing paren
It's not what you are asking for, but I think https://github.com/Malabarba/aggressive-indent-mode can be helpful
What are some alternatives?
When comparing lisp-format and aggressive-indent-mode you can also consider the following projects:
colisper - Check and transform Lisp code with Comby (beta)
rainbow-blocks - block syntax highlighting in emacs [GET https://api.github.com/repos/istib/rainbow-blocks: 404 - Not Found // See: https://docs.github.com/rest/repos/repos#get-a-repository]
semantic-refactor - Semantic Refactor is a refactoring tool based on Semantic parser framework
smartparens - Minor mode for Emacs that deals with parens pairs and tries to be smart about it.
emacs-elisp-autofmt
rainbow-identifiers - Rainbow identifier highlighting for Emacs