From 1e288024d0d41836d24c3d99692dc2f8ddd416cf Mon Sep 17 00:00:00 2001 From: Craig Jennings Date: Sat, 18 Oct 2025 00:21:37 -0500 Subject: refactor: created specific org-dir variable for ~/sync/org --- modules/keyboard-macros.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/keyboard-macros.el') diff --git a/modules/keyboard-macros.el b/modules/keyboard-macros.el index 789ecc902..63b469270 100644 --- a/modules/keyboard-macros.el +++ b/modules/keyboard-macros.el @@ -33,7 +33,7 @@ ;; ;;; Code: -(require 'user-constants) ;; definitions of sync-dir and macros-file +(require 'user-constants) ;; definitions of org-dir and macros-file (defvar cj/macros-loaded nil "Whether saved keyboard macros have been loaded from file.") -- cgit v1.2.3