summary refs log tree commit diff stats
path: root/init.el
diff options
context:
space:
mode:
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)