branch: elpa/telephone-line
commit c5e08d268d616d1035e515f49f6d1ddfbd64704c
Author: Daniel Bordak <[email protected]>
Commit: Daniel Bordak <[email protected]>
Move screenshots into subdir
---
readme.org | 8 ++++----
abs.png => screenshots/abs.png | Bin
cubed.png => screenshots/cubed.png | Bin
gradient.png => screenshots/gradient.png | Bin
to_the_right.png => screenshots/to_the_right.png | Bin
5 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/readme.org b/readme.org
index a605360787..8147c27b79 100644
--- a/readme.org
+++ b/readme.org
@@ -9,19 +9,19 @@ _easier customization_ and _antialiased separators_.
First off, this is how they look
-[[./abs.png]]
+[[./screenshots/abs.png]]
Classic powerline, called "abs" (you'll see why later).
-[[./cubed.png]]
+[[./screenshots/cubed.png]]
Spacemacs' default separator, called "cubed".
-[[./gradient.png]]
+[[./screenshots/gradient.png]]
A gradient separator.
-[[./to_the_right.png]]
+[[./screenshots/to_the_right.png]]
You can use two right separators instead of a left and right, if you
want.
diff --git a/abs.png b/screenshots/abs.png
similarity index 100%
rename from abs.png
rename to screenshots/abs.png
diff --git a/cubed.png b/screenshots/cubed.png
similarity index 100%
rename from cubed.png
rename to screenshots/cubed.png
diff --git a/gradient.png b/screenshots/gradient.png
similarity index 100%
rename from gradient.png
rename to screenshots/gradient.png
diff --git a/to_the_right.png b/screenshots/to_the_right.png
similarity index 100%
rename from to_the_right.png
rename to screenshots/to_the_right.png