summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBozhidar Batsov <bozhidar@batsov.com>2018-01-01 13:11:35 +0200
committerBozhidar Batsov <bozhidar@batsov.com>2018-01-01 13:11:35 +0200
commit79c306ddcdc2b59cb38d39f30ca18318fa7a368d (patch)
tree9f1e3d3de4a66521134b20ed3d62ea27b234130f
parent4f994508850f4ae28bd3009188d66a3c1e316a92 (diff)
Extend a bit the section on minibuffer completion
-rw-r--r--doc/configuration.md11
1 files changed, 10 insertions, 1 deletions
diff --git a/doc/configuration.md b/doc/configuration.md
index b5ecf226..081a09d1 100644
--- a/doc/configuration.md
+++ b/doc/configuration.md
@@ -273,13 +273,22 @@ are, however, ways to improve upon the standard completion if you wish to.
(require 'icomplete)
```
+You can learn more about `icomplete`
+[here](https://www.gnu.org/software/emacs/manual/html_node/emacs/Icomplete.html).
+
### ido
`ido` is also bundled with Emacs and offers more features than `icomplete`.
If you are using `ido`, be sure to use both `ido-everywhere`
-and [`ido-ubiquitous`](https://github.com/DarwinAwardWinner/ido-ubiquitous).
+and [`ido-completing-read+`](https://github.com/DarwinAwardWinner/ido-completing-read-plus).
You might also want to install [`ido-flex`](https://github.com/lewang/flx).
+### ivy (recommended)
+
+If you're fine with installing a third-party package for enhanced minibuffer
+completion you can't go wrong with the modern and versatile
+[ivy](http://oremacs.com/2015/04/16/ivy-mode/).
+
## Pretty-printing
You can configure the function used by CIDER for pretty-printing evaluation