From 3dd81b2efe906f664c0bca802058e525ed322a87 Mon Sep 17 00:00:00 2001 From: Case Duckworth Date: Tue, 5 Oct 2021 08:32:54 -0500 Subject: Add spongebob-case Studlify is ... too complicated. --- init.el | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) (limited to 'init.el') diff --git a/init.el b/init.el index 52eab26..a810370 100644 --- a/init.el +++ b/init.el @@ -386,16 +386,12 @@ (:with-map case-map (require 'titlecase) + (require 'acdw) (:bind "c" #'capitalize-dwim "t" #'titlecase-dwim "u" #'upcase-dwim "l" #'downcase-dwim - "s" (defun studlify-dwim (count) - "Studlify region if active, or COUNT words if not." - (interactive "*p") - (if (region-active-p) - (studlify-region (region-beginning) (region-end)) - (studlify-word count))))) + "s" #'spongebob-case-dwim)) (add-hook 'after-make-frame-functions (defun after-make-frame@maximize (frame) -- cgit 1.4.1-21-gabe81