about summary refs log tree commit diff stats
path: root/lisp/+casing.el
diff options
context:
space:
mode:
authorCase Duckworth2022-01-06 15:48:19 -0600
committerCase Duckworth2022-01-06 15:48:30 -0600
commit75e03850c0ba098208c4999518b1b164c63a5eff (patch)
tree0118b26c64feef3470a1a3331a7436fa42a7f588 /lisp/+casing.el
parentAdd +kill-word-backward-or-region (diff)
downloademacs-75e03850c0ba098208c4999518b1b164c63a5eff.tar.gz
emacs-75e03850c0ba098208c4999518b1b164c63a5eff.zip
Fix naming bug
I also added aliases just in case I forget the proper names for these maps again.
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