package patch integrated into spacemacs script
This commit is contained in:
parent
9592c4a8d9
commit
65455490a5
2 changed files with 6 additions and 4 deletions
|
@ -1,4 +0,0 @@
|
|||
cp package.patch /home/stev/.emacs.d/layers/+themes/themes-megapack/
|
||||
cd /home/`whoami`/.emacs.d/layers/+themes/themes-megapack
|
||||
patch < package.patch
|
||||
rm package.patch
|
|
@ -1,3 +1,9 @@
|
|||
ln -s /home/`whoami`/stevset/.spacemacs /home/`whoami`/.spacemacs
|
||||
#init spacemacs in the background
|
||||
git clone https://github.com/syl20bnr/spacemacs ~/.emacs.d
|
||||
|
||||
#Patch theme file to squelch error messages
|
||||
cp package.patch /home/stev/.emacs.d/layers/+themes/themes-megapack/
|
||||
cd /home/`whoami`/.emacs.d/layers/+themes/themes-megapack
|
||||
patch < package.patch
|
||||
rm package.patch
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue