[ielm] bind M-' to sp-indent-defun in ielm-map

This commit is contained in:
contrapunctus 2021-06-13 17:23:16 +05:30
parent 1534d70644
commit 02694968ee
1 changed files with 6 additions and 0 deletions

View File

@ -2559,6 +2559,12 @@ pjb suggested a different approach [[http://paste.lisp.org/display/10157][here]]
(setq print-length nil
eval-expression-print-length nil))
#+END_SRC
#+BEGIN_SRC emacs-lisp
(use-package ielm
:bind (:map ielm-map
("M-'" . sp-indent-defun)))
#+END_SRC
**** eldoc
#+BEGIN_SRC emacs-lisp
(use-package eldoc