emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/orderless 6aabc83f02 022/204: Remove warning and stuff


From: ELPA Syncer
Subject: [elpa] externals/orderless 6aabc83f02 022/204: Remove warning and stuff about SPC
Date: Tue, 11 Jan 2022 12:58:14 -0500 (EST)

branch: externals/orderless
commit 6aabc83f02b3502c1f4df66616e8ad1ee53e382e
Author: Omar Antolín <omar.antolin@gmail.com>
Commit: Omar Antolín <omar.antolin@gmail.com>

    Remove warning and stuff about SPC
---
 README.org | 12 ++----------
 1 file changed, 2 insertions(+), 10 deletions(-)

diff --git a/README.org b/README.org
index 669ff11103..90a4fd5ae3 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!



reply via email to

[Prev in Thread] Current Thread [Next in Thread]