summary refs log tree commit diff stats
path: root/init.el
diff options
context:
space:
mode:
authorCase Duckworth2022-03-30 18:16:40 -0500
committerCase Duckworth2022-03-30 18:16:40 -0500
commit173dd60dca858c0f5d54550d2b59af83335d54aa (patch)
tree21ab5c2030feda8db40839e4bad7fe6abddf0c3a /init.el
parentI waited way too long to make this commit (diff)
parentMerge branch 'main' of https://tildegit.org/acdw/emacs (diff)
downloademacs-173dd60dca858c0f5d54550d2b59af83335d54aa.tar.gz
emacs-173dd60dca858c0f5d54550d2b59af83335d54aa.zip
Merge branch 'main' of tildegit.org:acdw/emacs
Diffstat (limited to 'init.el')
-rw-r--r--init.el3
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