https://github.com/rnkn/astute
A minor mode to redisplay smart typography in GNU Emacs
https://github.com/rnkn/astute
Last synced: over 1 year ago
JSON representation
A minor mode to redisplay smart typography in GNU Emacs
- Host: GitHub
- URL: https://github.com/rnkn/astute
- Owner: rnkn
- License: gpl-3.0
- Created: 2023-10-01T10:40:03.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2024-11-09T05:04:45.000Z (over 1 year ago)
- Last Synced: 2025-01-08T18:12:44.218Z (over 1 year ago)
- Language: Emacs Lisp
- Homepage:
- Size: 28.3 KB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Astute
======
A simple Emacs minor mode to redisplay ASCII punctuation as typographic
(or "smart") punctuation without altering file contents.
The following characters are redisplayed:
- `''` -> ‘’ (single quotes)
- `""` -> “” (double quotes)
- `--` -> – (en dash)
- `---` -> — (em dash)
Left/right quote is based on word boundary, not correct grammar. This is
intentional.