diff options
| author | Ashton Wiersdorf <mail@wiersdorf.dev> | 2023-03-21 11:54:00 -0600 |
|---|---|---|
| committer | Ashton Wiersdorf <mail@wiersdorf.dev> | 2023-03-21 11:54:00 -0600 |
| commit | 93e6519de7e92e769c9d59837dffc81a0dcc128a (patch) | |
| tree | dff1cdc82d5bb47c485485ca2281aac8e7b69025 | |
| parent | 132131e6c13bc964091f1507e1fea0821e136a90 (diff) | |
Make sure embark comes after avy
| -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 |
