diff options
Diffstat (limited to 'modules/custom-comments.el')
| -rw-r--r-- | modules/custom-comments.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/custom-comments.el b/modules/custom-comments.el index 0d83d31b..d5419be2 100644 --- a/modules/custom-comments.el +++ b/modules/custom-comments.el @@ -52,7 +52,7 @@ ;; ;;; Code: -(eval-when-compile (defvar cj/custom-keymap)) ;; cj/custom-keymap defined in keybindings.el +(require 'keybindings) ;; provides cj/custom-keymap (autoload 'cj/join-line-or-region "custom-line-paragraph" nil t) ;; ======================== Comment Manipulation Functions ===================== |
