diff options
author | Thomas F. K. Jorna <[email protected]> | 2021-08-01 17:08:18 +0200 |
---|---|---|
committer | Thomas F. K. Jorna <[email protected]> | 2021-08-01 17:08:18 +0200 |
commit | a989d8bb720f950e066b36a170e1db59918cbedc (patch) | |
tree | ed832c68c245ebfda17121b0eef46fdd39e79192 | |
parent | ca2e16064b751014e73cb7944461a105aa8c0c8b (diff) |
made .el MELPA compatible
-rw-r--r-- | org-roam-ui.el | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/org-roam-ui.el b/org-roam-ui.el index b74b88a..aca7e40 100644 --- a/org-roam-ui.el +++ b/org-roam-ui.el @@ -6,8 +6,7 @@ ;; URL: https://github.com/org-roam/org-roam-ui ;; Keywords: org-mode, roam ;; Version: 0 -;; Package-Requires: ((emacs "26.1") (f "0.17.2") (org-roam "2.0.0") -;; (simple-httpd "20191103.1446") (websocket "20210110.17") (json "1.2")) +;; Package-Requires: ((emacs "26.1") (f "0.17.2") (org-roam "2.0.0") (simple-httpd "20191103.1446") (websocket "20210110.17") (json "1.2")) ;; This file is NOT part of GNU Emacs. |