From 123a1755e42137a52539fe33e4308df86f3121bc Mon Sep 17 00:00:00 2001 From: Henrik Lissner Date: Tue, 24 May 2016 22:28:37 -0400 Subject: [PATCH] Absolute screenshot paths --- README.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index cca6d9f6c..6ea6626a5 100644 --- a/README.md +++ b/README.md @@ -4,8 +4,8 @@ This is an Emacs configuration for stubborn vimmers and silent demon annihilating protagonists alike. It strives to emulate vim as best it can, and surpass it in any way possible. -![Splash page screenshot](../screenshots/scratch.png?raw=true) -![Main screenshots](../screenshots/main.png?raw=true) +![Splash page screenshot](https://raw.githubusercontent.com/hlissner/.emacs.d/screenshots/scratch.png?raw=true) +![Main screenshots](https://raw.githubusercontent.com/hlissner/.emacs.d/screenshots/main.png?raw=true) ## Installation @@ -46,7 +46,7 @@ To get a picture of what's in here, check out: * Project-wide search and replace with **helm-ag** (press shift-Tab while in results buffer) * Session persistence (and tab emulation) with **workgroups2** - ![Workgroups2 tabs emulation](../screenshots/tabs.png?raw=true) + ![Workgroups2 tabs emulation](https://raw.githubusercontent.com/hlissner/.emacs.d/screenshots/tabs.png?raw=true) * Run code inline with **quickrun** * REPLs for many major modes with **repl-toggle**, including Ruby, Python, PHP, JS, Elisp, Haskell and Lua. @@ -68,14 +68,14 @@ To get a picture of what's in here, check out: * **Modeline improvements** * evil-search/iedit/evil-substitute mode-line integration: - ![matches count in mode-line](../screenshots/search.png?raw=true) - ![substitutions count in mode-line](../screenshots/subst.png?raw=true) + ![matches count in mode-line](https://raw.githubusercontent.com/hlissner/.emacs.d/screenshots/search.png?raw=true) + ![substitutions count in mode-line](https://raw.githubusercontent.com/hlissner/.emacs.d/screenshots/subst.png?raw=true) * Macro-recording indicator: - ![macro indicator in modeline](../screenshots/macro.png?raw=true) + ![macro indicator in modeline](https://raw.githubusercontent.com/hlissner/.emacs.d/screenshots/macro.png?raw=true) * Show (py|rb)env version in mode-line - ![py/rb version in modeline](../screenshots/version.png?raw=true) + ![py/rb version in modeline](https://raw.githubusercontent.com/hlissner/.emacs.d/screenshots/version.png?raw=true) --- -![Yay! Evil!](../screenshots/cacochan.png) +![Yay! Evil!](https://raw.githubusercontent.com/hlissner/.emacs.d/screenshots/cacochan.png)