summary refs log tree commit diff
diff options
context:
space:
mode:
authornoa@gaiwan.org2024-06-13 17:44:46 +0000
committernoa@gaiwan.org2024-06-13 17:44:46 +0000
commit703ebf23d9613f93f8cb7ed3b8e0f1af0032979d (patch)
tree6874191f6cbad5b36f564e0e9caa9833b6030147
parentd93a38198545683c3dffb1b2d00da69e2a2186a7 (diff)
Remove which key indicator from embark
-rw-r--r--emacs/init.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/emacs/init.el b/emacs/init.el
index 2f5aacc..83c2f20 100644
--- a/emacs/init.el
+++ b/emacs/init.el
@@ -162,7 +162,7 @@ and when JID is not in `jabber-activity-banned'."
 	:hook (eldoc-documentation-functions . embark-eldoc-first-target)
 	:custom
 	(eldoc-documentation-strategy 'eldoc-documentation-compose-eagerly)
-
+	(embark-indicators '(embark-minimal-indicator embark-highlight-indicator embark-isearch-highlight-indicator))
 
 	)