chore(webdav): urghh change password again
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user