aboutsummaryrefslogtreecommitdiff
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
commit1e288024d0d41836d24c3d99692dc2f8ddd416cf (patch)
treea0706dc0e378f576ba486734db9dddeb55b77991 /modules/keyboard-macros.el
parentd38aa9d10dd2aea7ec624408a684634b17c37eb8 (diff)
downloaddotemacs-1e288024d0d41836d24c3d99692dc2f8ddd416cf.tar.gz
dotemacs-1e288024d0d41836d24c3d99692dc2f8ddd416cf.zip
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 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.")