config/doom: add chordpro

This commit is contained in:
xeruf 2021-08-10 00:34:14 +02:00
parent 5ba08ca649
commit 7da569a59d
2 changed files with 5 additions and 0 deletions

View File

@ -466,6 +466,9 @@ Version 2019-11-04 2021-02-16"
(use-package! nov
:mode ("\\.epub\\'" . nov-mode)
)
(use-package! chordpro-mode
:mode "\\.chord"
)
(use-package! lilypond-mode
:mode ("\\.ly\\'" . LilyPond-mode)
:config

View File

@ -61,6 +61,8 @@
(package! nov) ; epub reader
(package! evil-tutor)
(package! chordpro-mode
:recipe (:host github :repo "hading/chordpro-mode")) ; chord sheets
;(package! annotate) ; Annotations - replaced by org-noter
; :leader "aa" 'annotate-annotate