summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2016-05-05 16:18:57 -0700
committerSean Whitton <spwhitton@spwhitton.name>2016-05-05 16:18:57 -0700
commit9ef3d006a70c8f412ffee46d885005dcc6237249 (patch)
treea28bc8b5d25a4a52074fbeeceea6888b610ef678 /debian
parent6a03fc6d6f84823a02a14e6e8f478926cf6ee31b (diff)
move quilt patches, whoops
Diffstat (limited to 'debian')
-rw-r--r--debian/patches/patch-README-for-Debian.patch62
-rw-r--r--debian/patches/series1
2 files changed, 63 insertions, 0 deletions
diff --git a/debian/patches/patch-README-for-Debian.patch b/debian/patches/patch-README-for-Debian.patch
new file mode 100644
index 0000000..2d97dd1
--- /dev/null
+++ b/debian/patches/patch-README-for-Debian.patch
@@ -0,0 +1,62 @@
+--- a/README.md
++++ b/README.md
+@@ -1,8 +1,3 @@
+-[![License GPL 3][badge-license]](http://www.gnu.org/licenses/gpl-3.0.txt)
+-[![MELPA](http://melpa.org/packages/zenburn-theme-badge.svg)](http://melpa.org/#/zenburn-theme)
+-[![MELPA Stable](http://stable.melpa.org/packages/zenburn-theme-badge.svg)](http://stable.melpa.org/#/zenburn-theme)
+-[![Gratipay](http://img.shields.io/gratipay/bbatsov.svg)](https://www.gratipay.com/bbatsov/)
+-
+ ## About
+
+ Zenburn for Emacs is a direct port of the popular
+@@ -15,44 +10,6 @@ the eyes.
+ This theme uses the new built-in theming support available starting
+ with Emacs 24.
+
+-## Installation
+-
+-### Manual
+-
+-Download `zenburn-theme.el` to the directory `~/.emacs.d/themes/`. Add this to your
+-`.emacs`:
+-
+-```lisp
+-(add-to-list 'custom-theme-load-path "~/.emacs.d/themes/")
+-```
+-
+-Now you can load the theme with the interactive function `load-theme` like this:
+-
+-`M-x load-theme RET zenburn`
+-
+-### Package.el
+-
+-Zenburn is available in both [MELPA Stable](http://stable.melpa.org)
+-and [MELPA](http://melpa.org).
+-
+-You can install `zenburn` with the following command:
+-
+-`M-x package-install zenburn-theme`
+-
+-To load it automatically on Emacs startup add this to your init file:
+-
+-```lisp
+-(load-theme 'zenburn t)
+-```
+-
+-### Emacs Prelude
+-
+-Zenburn for Emacs is already bundled into
+-[Emacs Prelude](https://github.com/bbatsov/prelude). If you're a
+-Prelude user - you're probably already using Zenburn, since it's
+-Prelude's default color theme. You can load Zenburn at any time by
+-`M-x load-theme zenburn`.
+-
+ ## Customization
+
+ If you'd like to tweak the theme by changing just a few colors, you can
+@@ -99,5 +56,3 @@ You can support my work on Zenburn and [
+
+ Cheers,<br\>
+ [Bozhidar](http://twitter.com/bbatsov)
+-
+-[badge-license]: https://img.shields.io/badge/license-GPL_3-green.svg
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..252c97d
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+patch-README-for-Debian.patch