From 5e3f88cde60426a0497370a11d77fad8e3b5dd01 Mon Sep 17 00:00:00 2001 From: Case Duckworth Date: Thu, 7 Oct 2021 17:28:51 -0500 Subject: Break spongebob-case to its own package --- init.el | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'init.el') diff --git a/init.el b/init.el index ac88cde..efcf846 100644 --- a/init.el +++ b/init.el @@ -431,8 +431,7 @@ (:bind "c" #'capitalize-dwim "t" #'titlecase-dwim "u" #'upcase-dwim - "l" #'downcase-dwim - "s" #'spongebob-case-dwim)) + "l" #'downcase-dwim)) (column-number-mode +1)) @@ -2388,6 +2387,11 @@ the default is \"/\"." (:unbind "M-j" ; sp-join-sexp )) +(setup (:straight (spongebob-case + :host github + :repo "duckwork/spongebob-case.el")) + (:global "C-c c s" #'spongebob-case-dwim)) + (setup (:straight ssh-config-mode) (:file-match (rx "/.ssh/config" eos) (rx "/ssh" (? "d") "_config" eos)) -- cgit 1.4.1-21-gabe81