branch: elpa/casual
commit c6e7a522bf279211719285aba2c378a3f954794b
Author: Charles Choi <[email protected]>
Commit: Charles Choi <[email protected]>
Fix to include dependency csv-mode.
---
lisp/casual.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lisp/casual.el b/lisp/casual.el
index 8591a2f7d7..9683e49bed 100644
--- a/lisp/casual.el
+++ b/lisp/casual.el
@@ -6,7 +6,7 @@
;; URL: https://github.com/kickingvegas/casual
;; Keywords: tools, wp
;; Version: 2.11.1-rc.1
-;; Package-Requires: ((emacs "29.1") (transient "0.9.0"))
+;; Package-Requires: ((emacs "29.1") (transient "0.9.0") (csv-mode "1.27"))
;; 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