Skip to content

Instantly share code, notes, and snippets.

@ponpoko1968
Last active June 21, 2019 01:34
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 ponpoko1968/53f9df04dfe472ef08a7ef7526601d0c to your computer and use it in GitHub Desktop.
Save ponpoko1968/53f9df04dfe472ef08a7ef7526601d0c to your computer and use it in GitHub Desktop.
swift-modeでのsmartparensを少し改良する ref: https://qiita.com/ponpoko1968/items/3f435193d05b96ecc4ae
(add-hook 'swift-mode-hook
(lambda ()
...
(sp-local-pair 'swift-mode "\\(" ")")
....
))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment