2021-05-12 00:22:51 +02:00
|
|
|
#!/bin/bash
|
|
|
|
#
|
|
|
|
# Installs the htmlize Emacs plugin
|
|
|
|
|
2021-06-03 01:50:51 +02:00
|
|
|
./tools/missing git clone "https://github.com/hniksic/emacs-htmlize"
|
2021-05-12 00:22:51 +02:00
|
|
|
mv emacs-htmlize/htmlize.el $1
|
|
|
|
rm -rf emacs-htmlize
|
|
|
|
|
|
|
|
|