diff --git a/.spacemacs b/.spacemacs index d931fe2..87fa1cf 100644 --- a/.spacemacs +++ b/.spacemacs @@ -43,9 +43,9 @@ values." git markdown org - ;; (shell :variables - ;; shell-default-height 30 - ;; shell-default-position 'bottom) + (shell :variables + shell-default-height 30 + shell-default-position 'bottom) spell-checking syntax-checking themes-megapack diff --git a/package.patch b/package.patch new file mode 100644 index 0000000..108aeff --- /dev/null +++ b/package.patch @@ -0,0 +1,37 @@ +--- packages.el 2017-09-26 14:44:01.743525901 -0400 ++++ packages_fixed.el 2017-09-26 14:37:53.824574000 -0400 +@@ -37,7 +37,7 @@ + dracula-theme + espresso-theme + farmhouse-theme +- firebelly-theme ++ ;firebelly-theme + flatland-theme + flatui-theme + gandalf-theme +@@ -64,14 +64,14 @@ + monochrome-theme + mustang-theme + naquadah-theme +- niflheim-theme ++ ;niflheim-theme + noctilux-theme + obsidian-theme + occidental-theme + omtose-phellack-theme + oldlace-theme + organic-green-theme +- pastels-on-dark-theme ++ ;pastels-on-dark-theme + phoenix-dark-mono-theme + phoenix-dark-pink-theme + planet-theme +@@ -98,7 +98,7 @@ + ;; contains error + ; tommyh-theme + toxi-theme +- tronesque-theme ++ ;tronesque-theme + twilight-anti-bright-theme + twilight-bright-theme + twilight-theme diff --git a/packagepatch.zsh b/packagepatch.zsh new file mode 100755 index 0000000..3a8b35f --- /dev/null +++ b/packagepatch.zsh @@ -0,0 +1,4 @@ +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