[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
09/35: gnu: Add emacs-prettier.
From: |
guix-commits |
Subject: |
09/35: gnu: Add emacs-prettier. |
Date: |
Sun, 14 Apr 2019 11:42:23 -0400 (EDT) |
civodul pushed a commit to branch master
in repository guix.
commit c6b384de501591d548ebec5ff1305961d4f94fa6
Author: Brian Leung <address@hidden>
Date: Sat Apr 13 00:57:15 2019 +0200
gnu: Add emacs-prettier.
* gnu/packages/emacs-xyz.scm (emacs-prettier): New variable.
Signed-off-by: Ludovic Courtès <address@hidden>
---
gnu/packages/emacs-xyz.scm | 24 ++++++++++++++++++++++++
1 file changed, 24 insertions(+)
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index f48ecf6..ad44d35 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -14431,6 +14431,30 @@ buffers.")
JavaScript.")
(license license:gpl3+))))
+(define-public emacs-prettier
+ (let ((commit "e9b73e81d3e1642aec682195f127a42dfb0b5774")
+ (version "0.1.0")
+ (revision "1"))
+ (package
+ (name "emacs-prettier")
+ (version (git-version version revision commit))
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/prettier/prettier-emacs")
+ (commit commit)))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32
+ "0hj4fv3fgc60i6jrsx4a81s5c9fsxxafhhs3q2q1dypsscjci9ph"))))
+ (build-system emacs-build-system)
+ (home-page "https://github.com/prettier/prettier-emacs")
+ (synopsis "Automatic formatting of JavaScript code")
+ (description "This package integrates Prettier with Emacs, and
+provides a minor mode that autoformats the buffer upon saving.")
+ (license license:expat))))
+
(define-public emacs-semantic-refactor
;; The last release, 0.5, was made on 2015-07-26 and there have been 47
;; commits since then.
- branch master updated (a84510f -> f446f78), guix-commits, 2019/04/14
- 01/35: installer: Add wpa-supplicant along with NetworkManager and Connman., guix-commits, 2019/04/14
- 02/35: tests: separate-store-os: Increase root partition size., guix-commits, 2019/04/14
- 03/35: vm: Do not mount /xchg with "cache=loose"., guix-commits, 2019/04/14
- 04/35: gnu: Add emacs-undo-propose-el., guix-commits, 2019/04/14
- 10/35: gnu: Add emacs-fish-mode., guix-commits, 2019/04/14
- 09/35: gnu: Add emacs-prettier.,
guix-commits <=
- 07/35: gnu: Add emacs-flycheck-haskell., guix-commits, 2019/04/14
- 08/35: gnu: Add emacs-js2-refactor-el., guix-commits, 2019/04/14
- 14/35: gnu: Add emacs-vdiff., guix-commits, 2019/04/14
- 18/35: gnu: Add emacs-ert-async., guix-commits, 2019/04/14
- 12/35: gnu: Add emacs-tco-el., guix-commits, 2019/04/14
- 11/35: gnu: Add emacs-eshell-up., guix-commits, 2019/04/14
- 06/35: gnu: Add emacs-vimrc-mode., guix-commits, 2019/04/14
- 05/35: gnu: Add emacs-elisp-docstring-mode., guix-commits, 2019/04/14
- 13/35: gnu: Add emacs-equake., guix-commits, 2019/04/14
- 27/35: gnu: Add emacs-peep-dired., guix-commits, 2019/04/14