Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mpenet/padded-modeline
Padded emacs modeline
https://github.com/mpenet/padded-modeline
Last synced: 2 days ago
JSON representation
Padded emacs modeline
- Host: GitHub
- URL: https://github.com/mpenet/padded-modeline
- Owner: mpenet
- Created: 2023-08-18T07:35:02.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-08-18T08:36:03.000Z (over 1 year ago)
- Last Synced: 2024-10-13T10:29:53.793Z (about 1 month ago)
- Language: Emacs Lisp
- Size: 3.91 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# padded-modeline
It's a **very simple** minor mode that just adds padding to your modeline, it
default to `4` pixels but you can change it via `padded-modeline-padding`.Example when enabled on the default modeline :
## Usage
``` elisp
(use-package padded-modeline
:straight (padded-modeline :type git
:host github
:repo "mpenet/padded-modeline"
:branch "main")
:config
(padded-modeline-mode t))
```## license
Copyright © 2023 - Max Penet - GNU General Public License, version 2