diff options
Diffstat (limited to 'init.el')
-rw-r--r-- | init.el | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/init.el b/init.el index e032819..9c44e8b 100644 --- a/init.el +++ b/init.el | |||
@@ -840,6 +840,9 @@ They are completed by \"M-x TAB\" only in Tramp debug buffers." | |||
840 | (setq input (orderless-pattern-compiler input)) | 840 | (setq input (orderless-pattern-compiler input)) |
841 | (cons input (lambda (str) (orderless--highlight input str))))) | 841 | (cons input (lambda (str) (orderless--highlight input str))))) |
842 | (+with-eval-after-loads (affe vertico-multiform) | 842 | (+with-eval-after-loads (affe vertico-multiform) |
843 | (setq affe-regexp-compiler (defun affe-orderless-regexp-compiler (input _type) | ||
844 | (setq input (orderless-pattern-compiler input)) | ||
845 | (cons input (lambda (str) (orderless--highlight input str))))) | ||
843 | (setf (alist-get 'affe-grep vertico-multiform-commands) '(buffer) | 846 | (setf (alist-get 'affe-grep vertico-multiform-commands) '(buffer) |
844 | (alist-get 'affe-find vertico-multiform-commands) '(buffer)) | 847 | (alist-get 'affe-find vertico-multiform-commands) '(buffer)) |
845 | (:+key "M-s g" #'affe-grep | 848 | (:+key "M-s g" #'affe-grep |