zenburn theme
This commit is contained in:
parent
c0995cf815
commit
211c702707
1 changed files with 7 additions and 7 deletions
|
@ -22,6 +22,7 @@ EMACS=$(basename $(ls /usr/bin/emacs-2*))
|
|||
EMACS_VERSION=$(echo "$EMACS" | grep -o "\-[0-9\.]*\-" | tr -d - | head -n1)
|
||||
|
||||
# nettoyage préalable
|
||||
|
||||
rm -fr $PKG $TMP/$PRGNAM-$VERSION
|
||||
|
||||
mkdir -p $PKG
|
||||
|
@ -63,13 +64,12 @@ do
|
|||
elfileget_or_update "$el"
|
||||
done
|
||||
|
||||
# cd $CWD/themes
|
||||
# for el in \
|
||||
# "https://github.com/monotux/emacs-d/raw/master/themes/solarized-theme.el" \
|
||||
# "https://github.com/monotux/emacs-d/raw/master/themes/whiteboard-theme.el" ;
|
||||
# do
|
||||
# elfileget_or_update "$el"
|
||||
# done
|
||||
cd $CWD/themes
|
||||
for el in \
|
||||
"https://github.com/djcb/elisp/raw/master/themes/zenburn-theme.el" \
|
||||
do
|
||||
elfileget_or_update "$el"
|
||||
done
|
||||
|
||||
mkdir -p $PKG$PREFIX/share/emacs/$EMACS_VERSION/etc/themes $PKG$PREFIX/share/emacs/site-lisp/
|
||||
cd $PKG$PREFIX/share/emacs/site-lisp/
|
||||
|
|
Loading…
Reference in a new issue