Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/akirak/cosmetic-transient.el
(WIP) A transient that helps to keep your code in good shape
https://github.com/akirak/cosmetic-transient.el
Last synced: 7 days ago
JSON representation
(WIP) A transient that helps to keep your code in good shape
- Host: GitHub
- URL: https://github.com/akirak/cosmetic-transient.el
- Owner: akirak
- Created: 2024-06-08T01:45:36.000Z (5 months ago)
- Default Branch: master
- Last Pushed: 2024-10-28T15:55:52.000Z (10 days ago)
- Last Synced: 2024-10-28T17:35:27.110Z (10 days ago)
- Language: Emacs Lisp
- Homepage:
- Size: 16.6 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.org
Awesome Lists containing this project
README
* Cosmetic Transient
This Emacs transient command lets you dispatch tools such as formatters and linters interactively to improve the code quality.
** Todo
*** Formatting
**** Formatting using the running language server
- [X] eglot
- [ ] lsp-mode
**** Formatting using an external program
- [X] Any formatter defined using [[https://github.com/purcell/emacs-reformatter][reformatter]]
*** Linting
- [ ] Integrating (possibly multiple) external programs for linting
*** Documentation
- [X] Integrate with [[https://github.com/akirak/docco.el][docco.el]] for editing documentation comments