8000 GitHub - etherglyph/pretty-mode: Redisplay parts of the Emacs buffer as pretty symbols.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

etherglyph/pretty-mode

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pretty-mode

Stories in Ready Build Status

Redisplays parts of the Emacs buffer as pretty Unicode 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

  • Arthur Danskin released pretty-mode in 2008 which fontifies various symbols.
  • Grant Rettke added support for some Lispy stuff, Unicode character documentation, and Unicode source references.
  • Dmitri Akatov is currently maintaining pretty-mode and is adding support for more symbols, more modes and customization.

About

Redisplay parts of the Emacs buffer as pretty symbols.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Emacs Lisp 76.2%
  • Scheme 7.3%
  • Haskell 5.0%
  • CoffeeScript 3.2%
  • Ruby 3.1%
  • JavaScript 2.9%
  • Other 2.3%
0