Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/blahgeek/emacs-fringe-scale


https://github.com/blahgeek/emacs-fringe-scale

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

        

## fringe-scale

Emacs fringes are usually small in HiDPI screen because they are defined as bitmaps in fixed width (see below).

![](./images/before.png)

This package scales them (see below).

![](./images/after.png)

### Usage

```
(set-fringe-mode 16)

(require 'fringe-scale)
(fringe-scale-setup)
```

See the document for more details.