diff options
-rw-r--r-- | init.el | 5 |
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)) |