Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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 :

Screenshot 2023-08-18 at 10 00 33

## 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