diff options
| -rw-r--r-- | corfu.el | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -317,6 +317,7 @@ Set to nil in order to disable confirmation." (declare-function orderless-highlight-matches "ext:orderless") (defun corfu--all-completions (&rest args) "Compute all completions for ARGS with deferred highlighting." + (require 'orderless nil 'noerror) (cl-letf* ((orig-pcm (symbol-function #'completion-pcm--hilit-commonality)) (orig-flex (symbol-function #'completion-flex-all-completions)) ((symbol-function #'completion-flex-all-completions) |
