We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 935aaaf commit 06089b9Copy full SHA for 06089b9
1 file changed
smartparens-erlang.el
@@ -46,10 +46,11 @@
46
47
(declare-function erlang-mode "erlang-mode")
48
49
-(sp-with-modes 'erlang-mode
+(sp-with-modes '(erlang-mode erlang-ts-mode)
50
(sp-local-pair "`" "'"
51
- :when '(sp-in-comment-p)))
+ :when '(sp-in-comment-p))
52
+ (sp-local-pair "<<" ">>")
53
+ (sp-local-pair "#{" "}"))
54
55
(provide 'smartparens-erlang)
-
56
;;; smartparens-erlang.el ends here
0 commit comments