about summary refs log tree commit diff stats
path: root/lisp/+casing.el
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/+casing.el')
-rw-r--r--lisp/+casing.el2
1 files changed, 2 insertions, 0 deletions
diff --git a/lisp/+casing.el b/lisp/+casing.el index a21e710..5f39b2e 100644 --- a/lisp/+casing.el +++ b/lisp/+casing.el
@@ -75,5 +75,7 @@ Otherwise, it calls `capitalize-word' on the word at point (using
75 (define-key +key-mode-map (kbd "M-c") (when +casing-mode 75 (define-key +key-mode-map (kbd "M-c") (when +casing-mode
76 +casing-mode-map))) 76 +casing-mode-map)))
77 77
78(defvaralias '+casing-map '+casing-mode-map)
79
78(provide '+casing) 80(provide '+casing)
79;;; +casing.el ends here 81;;; +casing.el ends here