nobiot/md-roam

markdown-mode typo causes error when building md-roam on doom

tokinifubara opened this issue · 2 comments

;; Package-Requires: ((emacs "27.1") (org-roam "2.1.0") (markdow-mode "2.5"))

Managed to fix it on my local file by fixing the typo.

-  ;; Package-Requires: ((emacs "27.1") (org-roam "2.1.0") (markdow-mode "2.5"))
+  ;; Package-Requires: ((emacs "27.1") (org-roam "2.1.0") (markdown-mode "2.5”))

Thanks! Should be fixed now.

Thanks for getting on it so quickly and all your work on the package!