summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--emacs/init.el16
1 files 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