summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gnosis-dashboard.el3
-rw-r--r--gnosis.el2
2 files changed, 3 insertions, 2 deletions
diff --git a/gnosis-dashboard.el b/gnosis-dashboard.el
index 96d4ffe..c89fd20 100644
--- a/gnosis-dashboard.el
+++ b/gnosis-dashboard.el
@@ -7,7 +7,7 @@
;; URL: https://git.thanosapollo.org/gnosis
;; Version: 0.0.1
-;; Package-Requires: ((emacs "27.2") (compat "29.1.4.2"))
+;; Package-Requires: ((emacs "27.2") (compat "29.1.4.2") (transient "0.7.2"))
;; This program is free software; you can redistribute it and/or modify
;; it under the terms of the GNU General Public License as published by
@@ -29,6 +29,7 @@
;;; Code:
(require 'cl-lib)
(require 'calendar)
+(require 'transient)
(declare-function gnosis-select "gnosis.el")
(declare-function gnosis-delete-note "gnosis.el")
diff --git a/gnosis.el b/gnosis.el
index bbb1826..ac4c0f5 100644
--- a/gnosis.el
+++ b/gnosis.el
@@ -7,7 +7,7 @@
;; URL: https://thanosapollo.org/projects/gnosis
;; Version: 0.3.2
-;; Package-Requires: ((emacs "27.2") (emacsql "20240124") (compat "29.1.4.2"))
+;; Package-Requires: ((emacs "27.2") (emacsql "20240124") (compat "29.1.4.2") (transient "0.7.2"))
;; This program is free software; you can redistribute it and/or modify
;; it under the terms of the GNU General Public License as published by