diff options
author | Case Duckworth | 2022-01-06 15:48:19 -0600 |
---|---|---|
committer | Case Duckworth | 2022-01-06 15:48:30 -0600 |
commit | 75e03850c0ba098208c4999518b1b164c63a5eff (patch) | |
tree | 0118b26c64feef3470a1a3331a7436fa42a7f588 /init.el | |
parent | Add +kill-word-backward-or-region (diff) | |
download | emacs-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 'init.el')
-rw-r--r-- | init.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/init.el b/init.el index a822cb8..432ded7 100644 --- a/init.el +++ b/init.el | |||
@@ -1237,7 +1237,7 @@ See also `crux-reopen-as-root-mode'." | |||
1237 | :host github | 1237 | :host github |
1238 | :repo "duckwork/titlecase.el" | 1238 | :repo "duckwork/titlecase.el" |
1239 | :files ("*"))) | 1239 | :files ("*"))) |
1240 | (:with-map +casing-map | 1240 | (:with-map +casing-mode-map |
1241 | (:bind "t" #'titlecase-dwim))) | 1241 | (:bind "t" #'titlecase-dwim))) |
1242 | 1242 | ||
1243 | (setup (:straight topsy) | 1243 | (setup (:straight topsy) |