summary refs log tree commit diff stats
path: root/init.el
diff options
context:
space:
mode:
authorCase Duckworth2021-09-09 17:27:14 -0500
committerCase Duckworth2021-09-09 17:27:14 -0500
commitb1f7418154d728fbf93949c9f0b817727bea5080 (patch)
tree31712bdfa75e6abd88cd346ba88007244c4f91da /init.el
parentMerge branch 'main' of tildegit.org:acdw/emacs (diff)
downloademacs-b1f7418154d728fbf93949c9f0b817727bea5080.tar.gz
emacs-b1f7418154d728fbf93949c9f0b817727bea5080.zip
Require titlecase
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