From 152f2b3d41581da5ee3268959dadd884fd17f5b6 Mon Sep 17 00:00:00 2001 From: Jeremy Dormitzer Date: Sun, 29 Dec 2019 09:46:46 -0500 Subject: [PATCH] Pull in edit-indirect --- emacs/init.org | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/emacs/init.org b/emacs/init.org index fd6b0ce..5ac61d6 100755 --- a/emacs/init.org +++ b/emacs/init.org @@ -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