From 795ccb8c6c184cf619e9d3ed718c313bde45ad78 Mon Sep 17 00:00:00 2001 From: Case Duckworth Date: Tue, 4 Jan 2022 14:40:46 -0600 Subject: Add titlecase-dwim to +casing-map --- init.el | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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'." (setup (:straight (titlecase :host github :repo "duckwork/titlecase.el" - :files ("*")))) + :files ("*"))) + (:with-map +casing-map + (:bind "t" #'titlecase-dwim))) (setup (:straight topsy) (:hook-into prog-mode -- cgit 1.4.1-21-gabe81