summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--modules/custom-misc.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/custom-misc.el b/modules/custom-misc.el
index 0e5e5791..8aa6d9c9 100644
--- a/modules/custom-misc.el
+++ b/modules/custom-misc.el
@@ -14,8 +14,8 @@
;;
;;; Code:
-(eval-when-compile (require 'keybindings)) ;; for custom-keymap
-
+;; cj/custom-keymap defined in keybindings.el
+(eval-when-compile (defvar cj/custom-keymap))
(defun cj/jump-to-matching-paren ()
"Jump to the matching delimiter if point is on (or just after) one.