el-get/recipes/jaspace.rcp

10 lines
427 B
Plaintext
Raw Normal View History

2011-07-20 18:24:39 +08:00
(:name jaspace :type http
:description "Make Japanese whitespaces visible"
2011-07-20 18:24:39 +08:00
:url "http://homepage3.nifty.com/satomii/software/jaspace.el"
:features jaspace
:post-init (progn
2011-07-20 18:24:39 +08:00
(global-font-lock-mode t)
(setq jaspace-alternate-jaspace-string "?")
(setq jaspace-alternate-eol-string "\n")
(setq jaspace-highlight-tabs ?^)))