diff options
author | Thomas F. K. Jorna <[email protected]> | 2021-08-09 20:07:34 +0200 |
---|---|---|
committer | Thomas F. K. Jorna <[email protected]> | 2021-08-09 20:07:34 +0200 |
commit | e71c0afd6e2bebfc0a9b0273c80bab8cf1ad0181 (patch) | |
tree | 1cda3e93ee29d87b818c8f0348a118c667f7ad17 /org-roam-ui.el | |
parent | ed69ca13bd2f1039cd4a902ccd355eab384fd656 (diff) |
chore: updated emacs version dep to 27.1
Diffstat (limited to 'org-roam-ui.el')
-rw-r--r-- | org-roam-ui.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/org-roam-ui.el b/org-roam-ui.el index e5497fb..159357c 100644 --- a/org-roam-ui.el +++ b/org-roam-ui.el @@ -6,7 +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 "27.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. |