commit dcf4b0fa6ccd10c9465130f5c59fba39738b0e7b
parent f7b504e4e1eefb19909c371c3dcfc8e6f75bb42c
Author: Vincent Demeester <vincent@sbr.pm>
Date: Thu, 24 Sep 2020 18:17:47 +0100
tools/emacs: temporarly disable avy-embark-occure
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
Diffstat:
1 file changed, 2 insertions(+), 0 deletions(-)
diff --git a/tools/emacs/config/config-completion.el b/tools/emacs/config/config-completion.el
@@ -242,7 +242,9 @@ normally would when calling `yank' followed by `yank-pop'."
("C-v" . icomplete-vertical-toggle)))
;; -UseIcompleteVertical
+;; FIXME: choose better shortcuts
(use-package avy-embark-occur
+ :disabled
:load-path "~/.config/emacs/lisp/embark/" ; in development
:bind
(:map minibuffer-local-completion-map