diff options
author | Case Duckworth | 2022-01-04 14:40:46 -0600 |
---|---|---|
committer | Case Duckworth | 2022-01-04 14:40:46 -0600 |
commit | 795ccb8c6c184cf619e9d3ed718c313bde45ad78 (patch) | |
tree | 9e77aae73d873d875b85880c1fabc0605c16568d | |
parent | Add docstrings to advice (diff) | |
download | emacs-795ccb8c6c184cf619e9d3ed718c313bde45ad78.tar.gz emacs-795ccb8c6c184cf619e9d3ed718c313bde45ad78.zip |
Add titlecase-dwim to +casing-map
-rw-r--r-- | init.el | 4 |
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 |