summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
Diffstat (limited to 'modules')
-rw-r--r--modules/custom-comments.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/custom-comments.el b/modules/custom-comments.el
index 267c4412..16f10235 100644
--- a/modules/custom-comments.el
+++ b/modules/custom-comments.el
@@ -16,7 +16,7 @@
;;
;;; Code:
-(eval-when-compile (require 'keybindings)) ;; for keymapping below
+(eval-when-compile (defvar cj/custom-keymap)) ;; cj/custom-keymap defined in keybindings.el
(autoload 'cj/join-line-or-region "custom-line-paragraph" nil t)
;; --------------------------- Delete Buffer Comments --------------------------