From 1c686846971f8eee8359fc894259de13447a0477 Mon Sep 17 00:00:00 2001 From: Henrik Lissner Date: Sat, 23 Jan 2016 21:10:40 -0500 Subject: [PATCH] Fix screenshots (again) --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 27ae4cee7..21e32f63d 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # NARF Emacs -![Screenshot](//v0.io/dl/emacs/01.png) +![Screenshot](/../screenshots/main.png?raw=true) > What we do every night, Pinky... @@ -100,7 +100,7 @@ To get a picture of what's in here, check out: minibuffer when you press ⌘-S-T, use `:tabs` or move between "tabs". `gt` and `gT` work as well. - ![Workgroups2 tabs emulation](//v0.io/dl/emacs/wg-tabs.png) + ![Workgroups2 tabs emulation](/../screenshots/tabs.png?raw=true) ⌘-1 - ⌘-9 keybindings work as well. @@ -120,16 +120,16 @@ To get a picture of what's in here, check out: segments to display matches for evil-search (e.g. `/`/`?` searches), evil-substitute (e.g. `%s/foo/bar`) and iedit. - ![matches count in mode-line](//v0.io/dl/emacs/ml-search.png) - ![substitutions count in mode-line](//v0.io/dl/emacs/ml-subst.png) + ![matches count in mode-line](/../screenshots/search.png?raw=true) + ![substitutions count in mode-line](/../screenshots/subst.png?raw=true) * **Macro-recording indicator**: Displays an indicator that you are recording a macro (and what register it's being recorded into). - ![macro indicator in modeline](//v0.io/dl/emacs/ml-macro.png) + ![macro indicator in modeline](/../screenshots/macro.png?raw=true) * **Show (py|rb)env version in mode-line**: see `define-env-command` on how to set it up for other modes. It only displays in their respective major-modes. - ![py/rb version in modeline](//v0.io/dl/emacs/ml-version.png) + ![py/rb version in modeline](/../screenshots/version.png?raw=true) ## What about Windo-