From ce9ce935e9b3e4089b4c524be0a55642600d5fc5 Mon Sep 17 00:00:00 2001 From: noa Date: Sun, 16 Feb 2025 22:28:20 +0800 Subject: Update embark configuration --- emacs/init.el | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) (limited to 'emacs') diff --git a/emacs/init.el b/emacs/init.el index 53eb0cf..0d23010 100644 --- a/emacs/init.el +++ b/emacs/init.el @@ -890,21 +890,15 @@ With prefix argument TIME, also add the current time." ;; Experiment with embark (use-package embark - ;; :ensure t - :bind - (("C-" . embark-act) - ;; ("M-" . embark-dwim) - ("C-h B" . embark-bindings)) ;; alternative for `describe-bindings' + (("s-SPC" . embark-act) + ([remap describe-bindings] . embark-bindings)) :init - ;; Optionally replace the key help with a completing-read interface (setq prefix-help-command #'embark-prefix-help-command)) (use-package embark-consult - :disabled t :after (embark consult) - :ensure t :hook (embark-collect-mode . consult-preview-at-point-mode)) -- cgit 1.4.1-2-gfad0