mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
gnu: Add emacs-sql-indent.
* gnu/packages/emacs-xyz.scm (emacs-sql-indent): New variable. Change-Id: I56a5f1c2e5256ed2ebcfe58ff99faffe49bf8519 Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
This commit is contained in:
parent
c7f1339575
commit
f65e3ec0df
1 changed files with 20 additions and 0 deletions
|
@ -22596,6 +22596,26 @@ (define-public emacs-closql
|
|||
add any additional instance slots.")
|
||||
(license license:gpl3)))
|
||||
|
||||
(define-public emacs-sql-indent
|
||||
(package
|
||||
(name "emacs-sql-indent")
|
||||
(version "1.7")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "https://elpa.gnu.org/packages/sql-indent-" version
|
||||
".tar"))
|
||||
(sha256
|
||||
(base32 "043qcy97a5hx68w0ac7xsk380l2i7bphgrdz6aby2zfpp90vrjpn"))))
|
||||
(build-system emacs-build-system)
|
||||
(home-page "https://github.com/alex-hhh/emacs-sql-indent")
|
||||
(synopsis "Support for indenting code in SQL files")
|
||||
(description
|
||||
"This package provides a minor mode that enables syntax-based indentation
|
||||
for SQL mode buffers. Indentation rules are flexible and can be customized to
|
||||
match your personal coding style.")
|
||||
(license license:gpl3+)))
|
||||
|
||||
(define-public emacs-epkg
|
||||
(package
|
||||
(name "emacs-epkg")
|
||||
|
|
Loading…
Reference in a new issue