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: over 1 year 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.