From 842712ba7390b2bd4d13c5b7e8f27b9a1d2e46ff Mon Sep 17 00:00:00 2001 From: Blake Romero Date: Sat, 18 Oct 2025 22:08:53 +0100 Subject: Add to-do notes & whitespace changes --- modally.el | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'modally.el') 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 -- cgit