Skip to content

Instantly share code, notes, and snippets.

@antifuchs
Created September 6, 2020 15:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save antifuchs/f1f1cfc6b19a8a7e0ce4b4d0c77951be to your computer and use it in GitHub Desktop.
Save antifuchs/f1f1cfc6b19a8a7e0ce4b4d0c77951be to your computer and use it in GitHub Desktop.
(sp-with-modes 'nix-mode
(sp-local-pair "'" "'"
:unless '(sp-in-comment-p
sp-in-string-quotes-p))
(sp-local-pair "\"" "\"")
(sp-local-pair "''" "''"
:unless '(sp-in-comment-p
sp-in-string-quotes-p))
(sp-local-pair "=" ";"
:unless '(sp-in-comment-p sp-in-string-quotes-p)))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment