Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/blahgeek/emacs-fringe-scale
https://github.com/blahgeek/emacs-fringe-scale
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/blahgeek/emacs-fringe-scale
- Owner: blahgeek
- Created: 2020-04-12T09:04:30.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2022-04-21T18:23:56.000Z (over 2 years ago)
- Last Synced: 2023-06-06T15:36:21.508Z (over 1 year ago)
- Language: Emacs Lisp
- Size: 47.9 KB
- Stars: 2
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.