nobiot / md-roam

Use Org-roam with markdown files by adding Md-roam as a plug-in. Mix org and markdown files in a single Org-roam database.
GNU General Public License v3.0
331 stars 14 forks source link

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

Closed tokinifubara closed 2 years ago

tokinifubara commented 2 years ago

https://github.com/nobiot/md-roam/blob/ae042451253c0cfa796ef8bacc198f503f58f9ac/md-roam.el#L9

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”))
nobiot commented 2 years ago

Thanks! Should be fixed now.

tokinifubara commented 2 years ago

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