Pull in edit-indirect

This commit is contained in:
Jeremy Dormitzer 2019-12-29 09:46:46 -05:00
parent 49b842d370
commit 152f2b3d41

View File

@ -1971,6 +1971,11 @@ A function to format XML using tidy or xmllint if available, falling back to sgm
:init (setq markdown-command "pandoc"))
#+END_SRC
Edit-indirect allows markdown-mode to edit source blocks in separate buffers:
#+BEGIN_SRC emacs-lisp
(use-package edit-indirect)
#+END_SRC
* IELM
Enable lexical scoping in IELM:
#+BEGIN_SRC emacs-lisp