summaryrefslogtreecommitdiff
path: root/modally.el
diff options
context:
space:
mode:
authorBlake Romero <blake@developercraft.com>2025-10-18 22:08:53 +0100
committerBlake Romero <blake@developercraft.com>2025-10-18 22:08:53 +0100
commit842712ba7390b2bd4d13c5b7e8f27b9a1d2e46ff (patch)
tree9bec843cb540972243d147bd90447dc6dfa845d5 /modally.el
parentcf07c671e8f4b5639ee66a578381b8ab7bac8916 (diff)
Add to-do notes & whitespace changesHEADmain
Diffstat (limited to 'modally.el')
-rw-r--r--modally.el4
1 files changed, 4 insertions, 0 deletions
diff --git a/modally.el b/modally.el
index 7fd4ca7..1f40030 100644
--- a/modally.el
+++ b/modally.el
@@ -22,11 +22,13 @@
;;
;;; Code:
+
;; (require 'subr-x)
;; (require 'cl-lib)
;; (require 'vc-git)
;; (require 'flymake)
;; (require 'org-timer)
+
(autoload 'org-timer-start "org-timer")
(require 'modally-faces)
@@ -346,3 +348,5 @@
(provide 'modally)
;;; modally.el ends here
+
+;; TODO: implement mouse support