From c8557d66b9c369b2ae9d0b9927006da7f2bc2728 Mon Sep 17 00:00:00 2001 From: noa@gaiwan.org Date: Thu, 13 Jun 2024 17:45:26 +0000 Subject: More embark changes --- emacs/init.el | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/emacs/init.el b/emacs/init.el index 83c2f20..f43c144 100644 --- a/emacs/init.el +++ b/emacs/init.el @@ -191,12 +191,12 @@ targets." nil nil t (lambda (binding) (not (string-suffix-p "-argument" (cdr binding)))))))) -(setopt embark-indicators - '(embark--vertico-indicator - embark-which-key-indicator - embark-minimal-indicator - embark-highlight-indicator - embark-isearch-highlight-indicator)) +;; (setopt embark-indicators +;; '(embark--vertico-indicator +;; ;; embark-which-key-indicator +;; embark-minimal-indicator +;; embark-highlight-indicator +;; embark-isearch-highlight-indicator)) (defun embark-hide-which-key-indicator (fn &rest args) "Hide the which-key indicator immediately when using the completing-read prompter." @@ -205,8 +205,8 @@ targets." (remq #'embark-which-key-indicator embark-indicators))) (apply fn args))) -(advice-add #'embark-completing-read-prompter - :around #'embark-hide-which-key-indicator) +;; (advice-add #'embark-completing-read-prompter +;; :around #'embark-hide-which-key-indicator) (use-package embark-consult :ensure t ; only need to install it, embark loads it after consult if found -- cgit 1.4.1-2-gfad0