summary refs log tree commit diff stats
path: root/init.el
diff options
context:
space:
mode:
authorCase Duckworth2022-01-04 14:40:46 -0600
committerCase Duckworth2022-01-04 14:40:46 -0600
commit795ccb8c6c184cf619e9d3ed718c313bde45ad78 (patch)
tree9e77aae73d873d875b85880c1fabc0605c16568d /init.el
parentAdd docstrings to advice (diff)
downloademacs-795ccb8c6c184cf619e9d3ed718c313bde45ad78.tar.gz
emacs-795ccb8c6c184cf619e9d3ed718c313bde45ad78.zip
Add titlecase-dwim to +casing-map
Diffstat (limited to 'init.el')
-rw-r--r--init.el4
1 files changed, 3 insertions, 1 deletions
diff --git a/init.el b/init.el index ca360ca..110b7d2 100644 --- a/init.el +++ b/init.el
@@ -1183,7 +1183,9 @@ See also `crux-reopen-as-root-mode'."
1183(setup (:straight (titlecase 1183(setup (:straight (titlecase
1184 :host github 1184 :host github
1185 :repo "duckwork/titlecase.el" 1185 :repo "duckwork/titlecase.el"
1186 :files ("*")))) 1186 :files ("*")))
1187 (:with-map +casing-map
1188 (:bind "t" #'titlecase-dwim)))
1187 1189
1188(setup (:straight topsy) 1190(setup (:straight topsy)
1189 (:hook-into prog-mode 1191 (:hook-into prog-mode