diff options
| author | noa@gaiwan.org | 2024-06-13 17:45:26 +0000 | 
|---|---|---|
| committer | noa@gaiwan.org | 2024-06-13 17:45:26 +0000 | 
| commit | c8557d66b9c369b2ae9d0b9927006da7f2bc2728 (patch) | |
| tree | cf59bdd41ef7480c0cc1f95a52cce7c2f38b7253 /emacs | |
| parent | 703ebf23d9613f93f8cb7ed3b8e0f1af0032979d (diff) | |
More embark changes
Diffstat (limited to 'emacs')
| -rw-r--r-- | emacs/init.el | 16 | 
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 | 
