summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorCase Duckworth2022-05-06 12:41:31 -0500
committerCase Duckworth2022-05-06 12:41:31 -0500
commit2d69ea08d36c3142565a2824af27e4d4c7a016f1 (patch)
tree6cfddb94998c9c2e112e92fdfa2c5b1e41e67025
parentMerge branch 'main' of tildegit.org:acdw/emacs (diff)
downloademacs-2d69ea08d36c3142565a2824af27e4d4c7a016f1.tar.gz
emacs-2d69ea08d36c3142565a2824af27e4d4c7a016f1.zip
AdD sPoNgEbOb-CaSe
-rw-r--r--init.el5
1 files changed, 5 insertions, 0 deletions
diff --git a/init.el b/init.el index d67f8e7..e1b783d 100644 --- a/init.el +++ b/init.el
@@ -2301,6 +2301,11 @@
2301 #'suspend-frame) 2301 #'suspend-frame)
2302 (sophomore-mode +1)) 2302 (sophomore-mode +1))
2303 2303
2304(setup (:straight (spongebob-case
2305 :host github
2306 :repo "duckwork/spongebob-case.el"))
2307 (define-key +casing-map (kbd "M-s") #'spongebob-case-dwim))
2308
2304(setup (:straight ssh-config-mode) 2309(setup (:straight ssh-config-mode)
2305 (:file-match (rx "/.ssh/config" eos) 2310 (:file-match (rx "/.ssh/config" eos)
2306 (rx "/ssh" (? "d") "_config" eos)) 2311 (rx "/ssh" (? "d") "_config" eos))