pretty-mode

https://github.com/akatov/pretty-mode.git

git clone 'git://github.com/akatov/pretty-mode.git'
16

pretty-mode

Stories in Ready Build Status

Redisplays parts of the Emacs buffer as pretty symbols. Highly configurable and extendable

Installation

Install the ELPA package from MELPA

In your Cask file:

(source melpa)
(depends-on "pretty-mode")

Usage

(require 'pretty-mode)
; if you want to set it globally
(global-pretty-mode t)
; if you want to set it only for a specific mode
(add-hook 'my-pretty-language-hook 'turn-on-pretty-mode)

Development

cask install
make test
cask exec emacs -q -L . -l .dev/init.el

Credits