diff options
| -rw-r--r-- | consult.org | 5 | 
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  | 
