owainlewis / emacs-color-themes

A collection of custom themes for Emacs. All the themes are named after famous programmers.
Other
497 stars 54 forks source link

Fix escaped newlines in install.sh #22

Closed quytelda closed 9 years ago

quytelda commented 9 years ago

The install.sh script echoes literal '\n' instead of newlines; I changed the relevant lines to 'echo -e' to interpret escaped characters. Additionally, I added a TARGET=~/.emacs.d/themes variable to simplify the script.

owainlewis commented 9 years ago

Nice. Thank you :+1: