https://github.com/akatov/pretty-mode.git
git clone 'git://github.com/akatov/pretty-mode.git'
Redisplays parts of the Emacs buffer as pretty symbols. Highly configurable and extendable
Install the ELPA package from MELPA
In your Cask
file:
(source melpa)
(depends-on "pretty-mode")
(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)
cask install
make test
cask exec emacs -q -L . -l .dev/init.el
pretty-mode
and is adding support for more symbols, more modes and
customization.