mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 22:38:07 -05:00
gnu: emacs-tintin-mode: Appease linter.
* gnu/packages/emacs-xyz.scm (emacs-tintin-mode)[synopsis]: Remove final full stop. Also shorten it a bit. [description]: Fill below column 80.
This commit is contained in:
parent
36e4b91b0c
commit
6311493d7a
1 changed files with 6 additions and 2 deletions
|
@ -36655,8 +36655,12 @@ (define-public emacs-tintin-mode
|
||||||
(base32 "1p6ryqb8m30cp0zyawb6bs8wy3ga7gm60lcan0xx1fy3wx8qip33"))))
|
(base32 "1p6ryqb8m30cp0zyawb6bs8wy3ga7gm60lcan0xx1fy3wx8qip33"))))
|
||||||
(build-system emacs-build-system)
|
(build-system emacs-build-system)
|
||||||
(home-page "https://github.com/sunwayforever/tintin-mode")
|
(home-page "https://github.com/sunwayforever/tintin-mode")
|
||||||
(synopsis "Emacs major mode for highlighting and indenting TinTin++ scripts.")
|
(synopsis "Emacs major mode for TinTin++ scripts")
|
||||||
(description "This major mode focuses on highlighting as many aspects of the TinTin++ scripting language as possible, organizing commands into functional categories and highlighting specific modes that many commands use to accomplish different tasks.")
|
(description
|
||||||
|
"This major mode focuses on highlighting as many aspects of the
|
||||||
|
TinTin++ scripting language as possible, organizing commands into functional
|
||||||
|
categories and highlighting specific modes that many commands use to
|
||||||
|
accomplish different tasks.")
|
||||||
(license license:asl2.0))))
|
(license license:asl2.0))))
|
||||||
|
|
||||||
;;;
|
;;;
|
||||||
|
|
Loading…
Reference in a new issue