diff --git a/config.org b/config.org index a765c05..63abd1e 100644 --- a/config.org +++ b/config.org @@ -22,6 +22,7 @@ - [[#default-style][Default style]] - [[#nix][Nix]] - [[#formatting][Formatting]] + - [[#lilypond][LilyPond]] - [[#org-mode][Org mode]] - [[#directory][Directory]] - [[#appearance][Appearance]] @@ -271,6 +272,13 @@ Use [[https://github.com/kamadorueda/alejandra][alejandra]] to format Nix code. #+begin_src emacs-lisp (set-formatter! 'alejandra "alejandra --quiet" :modes '(nix-mode)) #+end_src +** LilyPond + +Just load the lilypond mode + +#+begin_src emacs-lisp +(require 'lilypond-init) +#+end_src * Org mode