Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rnkn/astute
A minor mode to redisplay smart typography in GNU Emacs
https://github.com/rnkn/astute
Last synced: about 2 months 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 (about 1 year ago)
- Default Branch: master
- Last Pushed: 2024-11-09T05:04:45.000Z (about 2 months ago)
- Last Synced: 2024-11-09T06:17:45.841Z (about 2 months ago)
- Language: Emacs Lisp
- Homepage:
- Size: 28.3 KB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
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.