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.el1
1 files changed, 1 insertions, 0 deletions
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!!!"
736 "d" #'toggle-debug-on-error)) 736 "d" #'toggle-debug-on-error))
737 737
738 (:with-map case-map 738 (:with-map case-map
739 (require 'titlecase)
739 (:bind "c" #'capitalize-dwim 740 (:bind "c" #'capitalize-dwim
740 "t" #'titlecase-dwim 741 "t" #'titlecase-dwim
741 "u" #'upcase-dwim 742 "u" #'upcase-dwim