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