Absolute screenshot paths

This commit is contained in:
Henrik Lissner 2016-05-24 22:28:37 -04:00
parent 185ba75292
commit 123a1755e4

View file

@ -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 annihilating protagonists alike. It strives to emulate vim as best it can, and
surpass it in any way possible. surpass it in any way possible.
![Splash page screenshot](../screenshots/scratch.png?raw=true) ![Splash page screenshot](https://raw.githubusercontent.com/hlissner/.emacs.d/screenshots/scratch.png?raw=true)
![Main screenshots](../screenshots/main.png?raw=true) ![Main screenshots](https://raw.githubusercontent.com/hlissner/.emacs.d/screenshots/main.png?raw=true)
## Installation ## 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 * Project-wide search and replace with **helm-ag** (press shift-Tab while in results
buffer) buffer)
* Session persistence (and tab emulation) with **workgroups2** * 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** * Run code inline with **quickrun**
* REPLs for many major modes with **repl-toggle**, including Ruby, Python, * REPLs for many major modes with **repl-toggle**, including Ruby, Python,
PHP, JS, Elisp, Haskell and Lua. PHP, JS, Elisp, Haskell and Lua.
@ -68,14 +68,14 @@ To get a picture of what's in here, check out:
* **Modeline improvements** * **Modeline improvements**
* evil-search/iedit/evil-substitute mode-line integration: * evil-search/iedit/evil-substitute mode-line integration:
![matches count in mode-line](../screenshots/search.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](../screenshots/subst.png?raw=true) ![substitutions count in mode-line](https://raw.githubusercontent.com/hlissner/.emacs.d/screenshots/subst.png?raw=true)
* Macro-recording indicator: * 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 * 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)