diff options
author | noa@gaiwan.org | 2024-06-13 17:44:46 +0000 |
---|---|---|
committer | noa@gaiwan.org | 2024-06-13 17:44:46 +0000 |
commit | 703ebf23d9613f93f8cb7ed3b8e0f1af0032979d (patch) | |
tree | 6874191f6cbad5b36f564e0e9caa9833b6030147 /emacs/init.el | |
parent | d93a38198545683c3dffb1b2d00da69e2a2186a7 (diff) |
Remove which key indicator from embark
Diffstat (limited to 'emacs/init.el')
-rw-r--r-- | emacs/init.el | 2 |
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)) ) |