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