diff options
-rw-r--r-- | mixins/base.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mixins/base.el b/mixins/base.el index 24c52ac..f8ea48b 100644 --- a/mixins/base.el +++ b/mixins/base.el @@ -42,6 +42,7 @@ (use-package embark :ensure t + :after avy :bind (("C-c a" . embark-act)) :init ;; Add the option to run embark when using avy |