diff options
Diffstat (limited to 'modules/custom-line-paragraph.el')
| -rw-r--r-- | modules/custom-line-paragraph.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/custom-line-paragraph.el b/modules/custom-line-paragraph.el index 4b0baa90..27f24cfe 100644 --- a/modules/custom-line-paragraph.el +++ b/modules/custom-line-paragraph.el @@ -17,7 +17,7 @@ ;;; Code: -(eval-when-compile (defvar cj/custom-keymap)) ;; defined in keybindings.el +(require 'keybindings) ;; provides cj/custom-keymap (declare-function er/mark-paragraph "expand-region") ;; for cj/join-paragraph (defun cj/join-line-or-region () |
