summary refs log tree commit diff stats
path: root/lisp/+casing.el
diff options
context:
space:
mode:
authorCase Duckworth2022-01-06 18:04:18 -0600
committerCase Duckworth2022-01-06 18:04:18 -0600
commit1aa0df763136f38255416a2c3c3f2dd0d4c5327d (patch)
tree4fe8574334c85d8c402703c7429496708d755fc4 /lisp/+casing.el
parentFixup +defvar to be in line with defvar (diff)
parentAdd /POKE stub command (diff)
downloademacs-1aa0df763136f38255416a2c3c3f2dd0d4c5327d.tar.gz
emacs-1aa0df763136f38255416a2c3c3f2dd0d4c5327d.zip
Merge branch 'main' of https://tildegit.org/acdw/emacs
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