patch for themes

This commit is contained in:
Stefen Auris 2017-09-26 16:02:55 -04:00
parent 6b56f51505
commit 687d185d88
3 changed files with 44 additions and 3 deletions

View file

@ -43,9 +43,9 @@ values."
git git
markdown markdown
org org
;; (shell :variables (shell :variables
;; shell-default-height 30 shell-default-height 30
;; shell-default-position 'bottom) shell-default-position 'bottom)
spell-checking spell-checking
syntax-checking syntax-checking
themes-megapack themes-megapack

37
package.patch Normal file
View file

@ -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

4
packagepatch.zsh Executable file
View file

@ -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