Tidied up a section using M-q.
This commit is contained in:
Lars Tveito 2015-08-06 17:00:40 +02:00
parent 324cb4a171
commit 7b1e83ffa3

View File

@ -444,15 +444,14 @@
** Helm ** Helm
I've been a long time user of ~ido-mode~ along with ~ido-vertical-mode~, I've been a long time user of ~ido-mode~ along with ~ido-vertical-mode~, and
and don't have any particular complaints. Though I've got a feeling I'm don't have any particular complaints. Though I've got a feeling I'm missing
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 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
tutorial]] as a starting point, along with some of the suggested starting point, along with some of the suggested configurations.
configurations.
~helm~ has a wonderful feature, being able to grep files by ~C-s~ ~helm~ has a wonderful feature, being able to grep files by ~C-s~ anywhere,
anywhere, which is useful. [[http://beyondgrep.com/][ack]] is a great ~grep~-replacement, and is which is useful. [[http://beyondgrep.com/][ack]] is a great ~grep~-replacement, and is designed to
designed to search source code, so I want to use that if it's available. 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 Note that some changes in bindings are located in the key bindings (found
near the end of the configuration). near the end of the configuration).