From 75e03850c0ba098208c4999518b1b164c63a5eff Mon Sep 17 00:00:00 2001 From: Case Duckworth Date: Thu, 6 Jan 2022 15:48:19 -0600 Subject: Fix naming bug I also added aliases just in case I forget the proper names for these maps again. --- lisp/+casing.el | 2 ++ 1 file changed, 2 insertions(+) (limited to 'lisp/+casing.el') 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 (define-key +key-mode-map (kbd "M-c") (when +casing-mode +casing-mode-map))) +(defvaralias '+casing-map '+casing-mode-map) + (provide '+casing) ;;; +casing.el ends here -- cgit 1.4.1-21-gabe81