summaryrefslogtreecommitdiff
path: root/modules/custom-datetime.el
diff options
context:
space:
mode:
Diffstat (limited to 'modules/custom-datetime.el')
-rw-r--r--modules/custom-datetime.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/modules/custom-datetime.el b/modules/custom-datetime.el
index 02c16dc1..dd15daa0 100644
--- a/modules/custom-datetime.el
+++ b/modules/custom-datetime.el
@@ -29,7 +29,8 @@
;;
;;; Code:
-(eval-when-compile (require 'keybindings))
+;; cj/custom-keymap defined in keybindings.el
+(eval-when-compile (defvar cj/custom-keymap))
;; ----------------------------- Readable Date Time ----------------------------