sql: add comment to explain sql-indent config

This commit is contained in:
syl20bnr 2018-06-16 00:00:41 -04:00
parent 8ded639eb5
commit f436680c9f
1 changed files with 5 additions and 0 deletions

View File

@ -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"