diff options
author | Case Duckworth | 2021-09-09 17:27:14 -0500 |
---|---|---|
committer | Case Duckworth | 2021-09-09 17:27:14 -0500 |
commit | b1f7418154d728fbf93949c9f0b817727bea5080 (patch) | |
tree | 31712bdfa75e6abd88cd346ba88007244c4f91da | |
parent | Merge branch 'main' of tildegit.org:acdw/emacs (diff) | |
download | emacs-b1f7418154d728fbf93949c9f0b817727bea5080.tar.gz emacs-b1f7418154d728fbf93949c9f0b817727bea5080.zip |
Require titlecase
-rw-r--r-- | init.el | 1 |
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 |