From dce73e82ef9a7fe2f249f7e1ac87bfbe82e8a6f4 Mon Sep 17 00:00:00 2001 From: jao Date: Thu, 28 Oct 2021 01:44:23 +0100 Subject: will be get the elisp spice right? --- init.org | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/init.org b/init.org index 4285c26..1295068 100644 --- a/init.org +++ b/init.org @@ -2285,7 +2285,7 @@ (defun elisp-macroexpand-all (form) (interactive (list (form-at-point 'sexp))) - (elisp-pp (cl-macroexpand-all form))) + (elisp-pp (macroexpand-all form))) (defun elisp-find-definition (name) (interactive (list (thing-at-point 'symbol))) @@ -2328,8 +2328,8 @@ (use-package elisp-mode :bind (:map emacs-lisp-mode-map - (("C-c C-m" . elisp-macroexpand) - ("C-c C-M" . elisp-macroexpand-all) + (("C-c C-M" . emacs-lisp-macroexpand) + ("C-c C-m" . elisp-macroexpand-all) ("C-c C-k" . elisp-bytecompile-and-load) ("C-c C-p" . pp-eval-last-sexp) ("M-." . elisp-find-definition) -- cgit v1.2.3