summaryrefslogtreecommitdiff
path: root/modules/keyboard-macros.el
diff options
context:
space:
mode:
authorCraig Jennings <c@cjennings.net>2025-10-18 00:21:37 -0500
committerCraig Jennings <c@cjennings.net>2025-10-18 00:21:37 -0500
commit2e875a849085b3d34d028c7ef3ca780ff78019b7 (patch)
treeb8885d731b6a465807d8cb6facfea2000758c695 /modules/keyboard-macros.el
parent42c5a6d5d6491afba7e723710833027bcedd9ec1 (diff)
refactor: created specific org-dir variable for ~/sync/org
Diffstat (limited to 'modules/keyboard-macros.el')
-rw-r--r--modules/keyboard-macros.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/keyboard-macros.el b/modules/keyboard-macros.el
index 789ecc90..63b46927 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.")