diff options
author | Ashton Wiersdorf <mail@wiersdorf.dev> | 2023-06-20 10:04:22 -0400 |
---|---|---|
committer | Ashton Wiersdorf <mail@wiersdorf.dev> | 2023-06-20 10:04:22 -0400 |
commit | fab053fe88eb01d88b65fbcdf3cdbd013eb40dee (patch) | |
tree | 6b0372dc981eebb9c59e141c98eef5f06e1c0881 | |
parent | d499aeb150eece6d2e52bd695eea81d9c62e1043 (diff) |
Remove :elpaca keyword
Closes #8
-rw-r--r-- | mixins/base.el | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/mixins/base.el b/mixins/base.el index 71158cd..cf2c0ce 100644 --- a/mixins/base.el +++ b/mixins/base.el @@ -113,7 +113,6 @@ (add-to-list 'corfu-margin-formatters #'kind-icon-margin-formatter)) (use-package eshell - :elpaca nil :bind (("C-r" . consult-history))) ;; Orderless: powerful completion style |