Enable smartparens in ielm
This commit is contained in:
parent
9fdfae0533
commit
1056d49707
@ -359,6 +359,7 @@ Some helpful ELisp packages:
|
||||
#+BEGIN_SRC emacs-lisp
|
||||
(general-def '(normal motion) emacs-lisp-mode-map "C-c C-c" #'eval-defun :keymaps 'override)
|
||||
(general-def '(normal motion insert) lisp-interaction-mode-map "C-c C-c" #'eval-print-last-sexp :keymaps 'override)
|
||||
(add-hook 'ielm-mode-hook 'smartparens-strict-mode)
|
||||
#+END_SRC
|
||||
|
||||
** Load path
|
||||
|
Loading…
Reference in New Issue
Block a user