diff options
author | jao <jao@gnu.org> | 2021-10-28 01:44:23 +0100 |
---|---|---|
committer | jao <jao@gnu.org> | 2021-10-28 01:44:23 +0100 |
commit | dce73e82ef9a7fe2f249f7e1ac87bfbe82e8a6f4 (patch) | |
tree | dcd87ec007dee2c35f6444ae983a1c022a31a90f | |
parent | 127eb8e3395e4468dbcc95707fb5bb8098b57ddd (diff) | |
download | elibs-dce73e82ef9a7fe2f249f7e1ac87bfbe82e8a6f4.tar.gz elibs-dce73e82ef9a7fe2f249f7e1ac87bfbe82e8a6f4.tar.bz2 |
will be get the elisp spice right?
-rw-r--r-- | init.org | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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) |