summary refs log tree commit diff stats
path: root/init.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 /init.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 'init.el')
-rw-r--r--init.el2
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)