summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOmar Antolín <omar.antolin@gmail.com>2020-04-15 01:39:32 -0500
committerOmar Antolín <omar.antolin@gmail.com>2020-04-15 01:39:32 -0500
commit6aabc83f02b3502c1f4df66616e8ad1ee53e382e (patch)
treeddd825db34140909be1296505be9f1f6d073df6e
parent1ad6bd254bc9227b7161de598ca26a0e020dbe1e (diff)
Remove warning and stuff about SPC
-rw-r--r--README.org12
1 files changed, 2 insertions, 10 deletions
diff --git a/README.org b/README.org
index 669ff11..90a4fd5 100644
--- a/README.org
+++ b/README.org
@@ -1,8 +1,3 @@
-* Warning
-
-This package is experimental! It probably has many bugs, and reports
-of them are greatly appreciated. Consider it a proof of concept.
-
* Overview
This package provides an =orderless= completion style that divides
@@ -14,15 +9,12 @@ Completion styles are used as entries in the variables
=completion-styles= and =completion-category-overrides=, see their
documentation.
-By default the space key is bound to =minibuffer-complete-word= in
-=minibuffer-local-completion-map=, which isn't useful with this completion method.
-So, if you use it, you should probably unbind SPC.
-
So to test this completion method you can put =orderless.el= somewhere
on your =load-path=, and use the following configuration:
#+begin_src emacs-lisp
(require 'orderless)
(setq completion-styles '(orderless))
-(define-key minibuffer-local-completion-map (kbd "SPC") nil)
#+end_src
+
+Bug reports are highly welcome and appreciated!