1
0
mirror of https://github.com/TREX-CoE/qmckl.git synced 2024-07-01 17:06:11 +02:00
qmckl/tools/install_htmlize.sh

10 lines
187 B
Bash
Raw Normal View History

2021-05-12 00:22:51 +02:00
#!/bin/bash
#
# Installs the htmlize Emacs plugin
2021-11-17 17:06:30 +01:00
${abs_srcdir}/tools/missing git clone "https://github.com/TREX-CoE/emacs-htmlize"
2021-05-12 00:22:51 +02:00
mv emacs-htmlize/htmlize.el $1
rm -rf emacs-htmlize