Load LilyPond mode at startup
This commit is contained in:
parent
49e63723a9
commit
a98702fa91
|
@ -22,6 +22,7 @@
|
||||||
- [[#default-style][Default style]]
|
- [[#default-style][Default style]]
|
||||||
- [[#nix][Nix]]
|
- [[#nix][Nix]]
|
||||||
- [[#formatting][Formatting]]
|
- [[#formatting][Formatting]]
|
||||||
|
- [[#lilypond][LilyPond]]
|
||||||
- [[#org-mode][Org mode]]
|
- [[#org-mode][Org mode]]
|
||||||
- [[#directory][Directory]]
|
- [[#directory][Directory]]
|
||||||
- [[#appearance][Appearance]]
|
- [[#appearance][Appearance]]
|
||||||
|
@ -271,6 +272,13 @@ Use [[https://github.com/kamadorueda/alejandra][alejandra]] to format Nix code.
|
||||||
#+begin_src emacs-lisp
|
#+begin_src emacs-lisp
|
||||||
(set-formatter! 'alejandra "alejandra --quiet" :modes '(nix-mode))
|
(set-formatter! 'alejandra "alejandra --quiet" :modes '(nix-mode))
|
||||||
#+end_src
|
#+end_src
|
||||||
|
** LilyPond
|
||||||
|
|
||||||
|
Just load the lilypond mode
|
||||||
|
|
||||||
|
#+begin_src emacs-lisp
|
||||||
|
(require 'lilypond-init)
|
||||||
|
#+end_src
|
||||||
|
|
||||||
* Org mode
|
* Org mode
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue