add chordpro mode

Amolith created

Change summary

dot_doom.d/packages.el | 2 ++
1 file changed, 2 insertions(+)

Detailed changes

dot_doom.d/packages.el 🔗

@@ -21,6 +21,8 @@
 ;; https://github.com/raxod502/straight.el#the-recipe-format
 ;(package! another-package
 ;  :recipe (:host github :repo "username/repo"))
+(package! chordpro-mode
+  :recipe (:host github :repo "sciurius/chordpro-mode"))
 
 ;; If the package you are trying to install does not contain a PACKAGENAME.el
 ;; file, or is located in a subdirectory of the repo, you'll need to specify