summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRicardo Wurmus <rekado@elephly.net>2017-01-05 21:58:23 +0100
committerRicardo Wurmus <rekado@elephly.net>2017-01-05 21:59:18 +0100
commitab8b77b870e23a9276af1d830cbeae2c4e71c291 (patch)
treee5691fac7e70166335c102320acccb5d6e801810
parenta4eecdc7d6eee28265babecdf39e83e325dc89fd (diff)
Disable Lilypond snippet rendering in Org mode.
-rw-r--r--init.org4
1 files 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