From f436680c9f0779eae5f993fbebb1585140cc0a64 Mon Sep 17 00:00:00 2001 From: syl20bnr Date: Sat, 16 Jun 2018 00:00:41 -0400 Subject: [PATCH] sql: add comment to explain sql-indent config --- layers/+lang/sql/packages.el | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/layers/+lang/sql/packages.el b/layers/+lang/sql/packages.el index da497574d..800eb1f34 100644 --- a/layers/+lang/sql/packages.el +++ b/layers/+lang/sql/packages.el @@ -13,6 +13,11 @@ '( company sql + ;; This mode is more up-to-date than the MELPA one. + ;; Turns out that it is available in GNU ELPA but we cannot + ;; force Spacemacs to fetch from it for now, it will always + ;; pickup the MELPA version. So for now we use an explicit + ;; recip to fetch from GitHUb the package. (sql-indent :location (recipe :fetcher github :repo "alex-hhh/emacs-sql-indent"