From ab8b77b870e23a9276af1d830cbeae2c4e71c291 Mon Sep 17 00:00:00 2001 From: Ricardo Wurmus Date: Thu, 5 Jan 2017 21:58:23 +0100 Subject: Disable Lilypond snippet rendering in Org mode. --- init.org | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/init.org b/init.org index 20d5374..c03d6da 100644 --- a/init.org +++ b/init.org @@ -861,9 +861,9 @@ music variables. (add-hook 'LilyPond-mode-hook 'subword-mode) #+END_SRC -I like to render Lilypond snippets in Org mode buffers. To do that I need to load the Lilypond backend first. +I like to render Lilypond snippets in Org mode buffers. To do that I need to load the Lilypond backend first. However, I don’t think this should be enabled by default. -#+BEGIN_SRC elisp +#+BEGIN_SRC elisp :tangle nil (with-eval-after-load "org" (require 'ob-lilypond)) #+END_SRC -- cgit v1.2.3