summaryrefslogtreecommitdiff
path: root/orderless.el
diff options
context:
space:
mode:
Diffstat (limited to 'orderless.el')
-rw-r--r--orderless.el11
1 files changed, 7 insertions, 4 deletions
diff --git a/orderless.el b/orderless.el
index b324fc7..cf376e1 100644
--- a/orderless.el
+++ b/orderless.el
@@ -4,6 +4,9 @@
;; Author: Omar AntolĂ­n Camarena <omar@matem.unam.mx>
;; Keywords: extensions
+;; Version: 0.1
+;; Homepage: https://github.com/oantolin/orderless
+;; Package-Requires: ((emacs "24.3"))
;; This program is free software; you can redistribute it and/or modify
;; it under the terms of the GNU General Public License as published by
@@ -68,10 +71,10 @@
((atom (cdr all)) (measured (concat prefix (car all))))
(t (measured string))))))
-(push '(orderless
- orderless-try-completion orderless-all-completions
- "Completion of multiple regexps, in any order.")
- completion-styles-alist)
+(cl-pushnew '(orderless
+ orderless-try-completion orderless-all-completions
+ "Completion of multiple regexps, in any order.")
+ completion-styles-alist)
(provide 'orderless)
;;; orderless.el ends here