https://github.com/blahgeek/emacs-fringe-scale
https://github.com/blahgeek/emacs-fringe-scale
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/blahgeek/emacs-fringe-scale
- Owner: blahgeek
- Created: 2020-04-12T09:04:30.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2022-04-21T18:23:56.000Z (about 3 years ago)
- Last Synced: 2025-01-16T22:44:01.586Z (6 months ago)
- Language: Emacs Lisp
- Size: 47.9 KB
- Stars: 3
- Watchers: 3
- Forks: 2
- 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).

This package scales them (see below).

### Usage
```
(set-fringe-mode 16)(require 'fringe-scale)
(fringe-scale-setup)
```See the document for more details.