chore(webdav): urghh change password again

This commit is contained in:
2025-11-23 07:30:27 -07:00
parent 43963919fd
commit afc7ae57b0
2 changed files with 10 additions and 8 deletions

View File

@@ -54,11 +54,13 @@ It is only enabled it if `smartparens-global-mode' is on."
'(minibuffer-mode minibuffer-inactive-mode) "'" nil :actions nil)
(sp-local-pair
'(minibuffer-mode minibuffer-inactive-mode) "`" nil :actions nil)
(dolist (pair '(("" "")
("" "")
("" "")))
(dolist (pair '(("" . "")
("" . "")
("" . "")))
(sp-pair (car pair) (cdr pair)))
(sp-local-pair '(js-mode) "{" nil :post-handlers '(("||\n[i]" "RET"))))
(sp-local-pair
'(js-mode nix-mode)
"{" nil :post-handlers '(("||\n[i]" "RET"))))
(provide 'syd/smartparens)