about summary refs log tree commit diff stats
path: root/init.el
diff options
context:
space:
mode:
authorCase Duckworth2021-10-07 17:28:51 -0500
committerCase Duckworth2021-10-07 17:29:13 -0500
commit5e3f88cde60426a0497370a11d77fad8e3b5dd01 (patch)
treeab8ffbae67cfad4d15dc0c7e2fa6391c05cc3ff0 /init.el
parentBegin on acdw-auto-insert.el (diff)
downloademacs-5e3f88cde60426a0497370a11d77fad8e3b5dd01.tar.gz
emacs-5e3f88cde60426a0497370a11d77fad8e3b5dd01.zip
Break spongebob-case to its own package
Diffstat (limited to 'init.el')
-rw-r--r--init.el8
1 files changed, 6 insertions, 2 deletions
diff --git a/init.el b/init.el index ac88cde..efcf846 100644 --- a/init.el +++ b/init.el
@@ -431,8 +431,7 @@
431 (:bind "c" #'capitalize-dwim 431 (:bind "c" #'capitalize-dwim
432 "t" #'titlecase-dwim 432 "t" #'titlecase-dwim
433 "u" #'upcase-dwim 433 "u" #'upcase-dwim
434 "l" #'downcase-dwim 434 "l" #'downcase-dwim))
435 "s" #'spongebob-case-dwim))
436 435
437 (column-number-mode +1)) 436 (column-number-mode +1))
438 437
@@ -2388,6 +2387,11 @@ the default is \"/\"."
2388 (:unbind "M-j" ; sp-join-sexp 2387 (:unbind "M-j" ; sp-join-sexp
2389 )) 2388 ))
2390 2389
2390(setup (:straight (spongebob-case
2391 :host github
2392 :repo "duckwork/spongebob-case.el"))
2393 (:global "C-c c s" #'spongebob-case-dwim))
2394
2391(setup (:straight ssh-config-mode) 2395(setup (:straight ssh-config-mode)
2392 (:file-match (rx "/.ssh/config" eos) 2396 (:file-match (rx "/.ssh/config" eos)
2393 (rx "/ssh" (? "d") "_config" eos)) 2397 (rx "/ssh" (? "d") "_config" eos))