/usr/share/el-get/recipes/jaspace.rcp is in el-get 3.1-1.1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 | (:name jaspace :type http
:description "Make Japanese whitespaces visible"
:url "http://homepage3.nifty.com/satomii/software/jaspace.el"
:features jaspace
:post-init (lambda()
(global-font-lock-mode t)
(setq jaspace-alternate-jaspace-string "?")
(setq jaspace-alternate-eol-string "\n")
(setq jaspace-highlight-tabs ?^)))
|