diff options
Diffstat (limited to 'modules/custom-case.el')
| -rw-r--r-- | modules/custom-case.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/custom-case.el b/modules/custom-case.el index a4e0c0e0..3f7ebc4d 100644 --- a/modules/custom-case.el +++ b/modules/custom-case.el @@ -16,7 +16,7 @@ ;; ;;; Code: -(eval-when-compile (defvar cj/custom-keymap)) ;; cj/custom-keymap defined in keybindings.el +(require 'keybindings) ;; provides cj/custom-keymap (defun cj/upcase-dwim () "Upcase the active region, or upcase the symbol at point if no region." |
