summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorjao <jao@gnu.org>2021-03-09 23:58:24 +0000
committerjao <jao@gnu.org>2021-03-09 23:58:24 +0000
commitae5b4cf7ab9ceef11ec2c6d31fde2e9b3d7090a7 (patch)
tree80a7d9a187dade5eb9e34a0ee40dde6b4f5be6c1
parent594cdeec71fe66ea4e072e36358c7d8fa7f8f39b (diff)
downloadelibs-ae5b4cf7ab9ceef11ec2c6d31fde2e9b3d7090a7.tar.gz
elibs-ae5b4cf7ab9ceef11ec2c6d31fde2e9b3d7090a7.tar.bz2
embark-default-action is now in stock embark
-rw-r--r--consult.org5
1 files changed, 0 insertions, 5 deletions
diff --git a/consult.org b/consult.org
index f55f20f..433b95d 100644
--- a/consult.org
+++ b/consult.org
@@ -136,11 +136,6 @@
(use-package embark
:ensure t
:custom ((embark-quit-after-action nil))
- :config (defun embark-default-action ()
- (interactive)
- (pcase-let ((`(,type . ,target) (embark--target)))
- (embark--act (embark--default-action type) target)))
-
:bind (("C-;" . embark-act)
("C-'" . embark-default-action)
(:map minibuffer-local-map