https://github.com/jdtsmith/mode-minder
Show all modes available in Emacs
https://github.com/jdtsmith/mode-minder
Last synced: 7 days ago
JSON representation
Show all modes available in Emacs
- Host: GitHub
- URL: https://github.com/jdtsmith/mode-minder
- Owner: jdtsmith
- License: gpl-3.0
- Created: 2022-09-14T19:54:45.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-01-09T23:07:27.000Z (about 2 years ago)
- Last Synced: 2025-01-22T06:24:09.603Z (12 months ago)
- Language: Emacs Lisp
- Size: 36.1 KB
- Stars: 45
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# mode-minder
Show all major and minor modes available in Emacs.

## Usage
`M-x mode-minder`
## Information Displayed
- Nested major mode heirarchy, useful for targeting mode-hooks, etc.
- Standalone major modes
- Minor modes
- One-line mode description
- A clickable help link for the mode
- An origin tag:
- `[P]` for modes found in packages installed by the default package manager
- `[O]` for other non-builtin packages
- _Aliases_ to the mode in parentheses, if any
Note: on first invocation, all known major-mode libraries are loaded with `require`.