From 65455490a5e7316f4c96e55c419727608906d1f8 Mon Sep 17 00:00:00 2001 From: steveokard Date: Wed, 27 Sep 2017 14:18:30 -0400 Subject: [PATCH] package patch integrated into spacemacs script --- packagepatch.zsh | 4 ---- spacemacs.zsh | 6 ++++++ 2 files changed, 6 insertions(+), 4 deletions(-) delete mode 100755 packagepatch.zsh diff --git a/packagepatch.zsh b/packagepatch.zsh deleted file mode 100755 index 3a8b35f..0000000 --- a/packagepatch.zsh +++ /dev/null @@ -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 diff --git a/spacemacs.zsh b/spacemacs.zsh index e6545ab..2ed564f 100755 --- a/spacemacs.zsh +++ b/spacemacs.zsh @@ -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