From ba011b6ffecafa1fcc9e0469ead581c4c361519a Mon Sep 17 00:00:00 2001 From: Henrik Lissner Date: Tue, 7 Jun 2016 00:56:33 -0400 Subject: [PATCH] Update readme --- README.md | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index a2ca5655a..22e57be73 100644 --- a/README.md +++ b/README.md @@ -9,8 +9,8 @@ surpass it in any way possible.
-It is tailored to OSX 10.11+, Emacs 24.5.1+ and my needs as a software -developer, designer, scientist and doom enthusiast. +It is tailored to OSX 10.11+, Emacs 25+ and my needs as a software developer, +designer, scientist and doom enthusiast. ![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) @@ -49,10 +49,9 @@ To get a picture of what's in here, check out: * Completion with **company-mode** * Nigh-universal code debugging interface with **realgud** * Pretty mode-line with **spaceline** -* Project navigation with **helm** and **neotree** -* Project search with **ag** and file search with **evil-search** or **helm-swoop** -* Project-wide search and replace with **helm-ag** (press shift-Tab while in results - buffer) +* Project navigation with **ivy** and **neotree** +* Project search with **ag** +* File search with **evil-search** or **swiper** * Session persistence (and tab emulation) with **workgroups2** ![Workgroups2 tabs emulation](https://raw.githubusercontent.com/hlissner/.emacs.d/screenshots/tabs.png?raw=true) * Run code inline with **quickrun**