branch: elpa/smartparens
commit db55eee0c74f6eb268a812fed32ade92308919b8
Author: Matus Goljer <matus.gol...@gmail.com>
Commit: GitHub <nore...@github.com>

    fix: remove extra }
---
 smartparens-elixir.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/smartparens-elixir.el b/smartparens-elixir.el
index 3d6d15953b..8942cf93f9 100644
--- a/smartparens-elixir.el
+++ b/smartparens-elixir.el
@@ -27,7 +27,7 @@
 
 (require 'smartparens)
 
-(--each '(elixir-mode elixir-ts-mode})
+(--each '(elixir-mode elixir-ts-mode)
   (add-to-list 'sp-sexp-suffix (list it 'regexp "")))
 
 (defvar sp-elixir-builtins

Reply via email to