Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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.