branch: elpa/smartparens commit ca96a542576eac4f71d900d687605dac522c8c88 Author: Sviatoslav Bulbakha <m...@ssbb.me> Commit: Sviatoslav Bulbakha <m...@ssbb.me>
Add auto-loading for elixir-ts-mode --- smartparens-config.el | 1 + 1 file changed, 1 insertion(+) diff --git a/smartparens-config.el b/smartparens-config.el index b6cfbb4749..8b4661bbb0 100644 --- a/smartparens-config.el +++ b/smartparens-config.el @@ -105,6 +105,7 @@ ID, ACTION, CONTEXT." (eval-after-load 'clojure-mode '(require 'smartparens-clojure)) (eval-after-load 'crystal-mode '(require 'smartparens-crystal)) (eval-after-load 'elixir-mode '(require 'smartparens-elixir)) +(eval-after-load 'elixir-ts-mode '(require 'smartparens-elixir)) (eval-after-load 'enh-ruby-mode '(require 'smartparens-ruby)) (eval-after-load 'erlang-mode '(require 'smartparens-erlang)) (eval-after-load 'ess '(require 'smartparens-ess))