emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/smartparens ca96a54257 4/8: Add auto-loading for elixir-ts


From: ELPA Syncer
Subject: [nongnu] elpa/smartparens ca96a54257 4/8: Add auto-loading for elixir-ts-mode
Date: Sun, 19 Feb 2023 13:03:14 -0500 (EST)

branch: elpa/smartparens
commit ca96a542576eac4f71d900d687605dac522c8c88
Author: Sviatoslav Bulbakha <mail@ssbb.me>
Commit: Sviatoslav Bulbakha <mail@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))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]