From 7b1e83ffa3cf23a791a57edf68615e37d3e6e447 Mon Sep 17 00:00:00 2001 From: Lars Tveito Date: Thu, 6 Aug 2015 17:00:40 +0200 Subject: [PATCH] M-q Tidied up a section using M-q. --- init.org | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/init.org b/init.org index 4c2e56e..f7974f2 100644 --- a/init.org +++ b/init.org @@ -444,15 +444,14 @@ ** Helm - I've been a long time user of ~ido-mode~ along with ~ido-vertical-mode~, - and don't have any particular complaints. Though I've got a feeling I'm - missing out on something by not using [[https://github.com/emacs-helm/helm][helm]]. I will [[http://tuhdo.github.io/helm-intro.html][this excellent - tutorial]] as a starting point, along with some of the suggested - configurations. + I've been a long time user of ~ido-mode~ along with ~ido-vertical-mode~, and + don't have any particular complaints. Though I've got a feeling I'm missing + out on something by not using [[https://github.com/emacs-helm/helm][helm]]. I will [[http://tuhdo.github.io/helm-intro.html][this excellent tutorial]] as a + starting point, along with some of the suggested configurations. - ~helm~ has a wonderful feature, being able to grep files by ~C-s~ - anywhere, which is useful. [[http://beyondgrep.com/][ack]] is a great ~grep~-replacement, and is - designed to search source code, so I want to use that if it's available. + ~helm~ has a wonderful feature, being able to grep files by ~C-s~ anywhere, + which is useful. [[http://beyondgrep.com/][ack]] is a great ~grep~-replacement, and is designed to + search source code, so I want to use that if it's available. Note that some changes in bindings are located in the key bindings (found near the end of the configuration).