From b1f7418154d728fbf93949c9f0b817727bea5080 Mon Sep 17 00:00:00 2001 From: Case Duckworth Date: Thu, 9 Sep 2021 17:27:14 -0500 Subject: Require titlecase --- init.el | 1 + 1 file changed, 1 insertion(+) (limited to 'init.el') diff --git a/init.el b/init.el index b281671..7a6ee83 100644 --- a/init.el +++ b/init.el @@ -736,6 +736,7 @@ AKA, DO NOT USE THIS FUNCTION!!!" "d" #'toggle-debug-on-error)) (:with-map case-map + (require 'titlecase) (:bind "c" #'capitalize-dwim "t" #'titlecase-dwim "u" #'upcase-dwim -- cgit 1.4.1-21-gabe81