You can't replace the license templates such as "gpl" with your own ones.
echo "test template" > ~/.config/geany/templates/test
sed -i 's/{gpl}/{test}/' ~/.config/geany/templates/fileheader
/*
* ...
* test template
*/
/*
* ...
* {test}
*/
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or mute the thread.