~breatheoutbreathein/ushin-shapes.el

MOVED: https://git.sr.ht/~ushin/ushin-shapes.el
Add warning about performance problems
Update Package-Requires

refs

master
browse  log 

clone

read-only
https://git.sr.ht/~breatheoutbreathein/ushin-shapes.el
read/write
git@git.sr.ht:~breatheoutbreathein/ushin-shapes.el

You can also use your local clone with git send-email.

#ushin-shapes.el

ushin-shapes.el replaces ushin tags with ushin shapes in org documents.

#Dependencies

Nicolas Rougier's svg-tag-mode.el and svg-lib.el make it easy to replace tags with SVGs. Both packages can be installed from GNU ELPA with package-install command.

#Installation

Clone this repository:

git clone https://git.sr.ht/~breatheoutbreathein/ushin-shapes.el/ ~/.local/src/ushin-shapes.el/

Add the following lines to your init.el file:

(add-to-list 'load-path "~/.local/src/ushin-shapes.el/")
(require 'ushin-shapes)

#Usage

Use ushin-shapes-mode in all org buffers:

(global-ushin-shapes-mode +1)