[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
26/35: gnu: Add emacs-origami-el.
From: |
guix-commits |
Subject: |
26/35: gnu: Add emacs-origami-el. |
Date: |
Sun, 14 Apr 2019 11:42:28 -0400 (EDT) |
civodul pushed a commit to branch master
in repository guix.
commit 87b6896ed746e90514922087ef7fdc6398a4df0d
Author: Brian Leung <address@hidden>
Date: Sat Apr 13 01:11:39 2019 +0200
gnu: Add emacs-origami-el.
* gnu/packages/emacs-xyz.scm (emacs-origami-el): New variable.
Signed-off-by: Ludovic Courtès <address@hidden>
---
gnu/packages/emacs-xyz.scm | 27 +++++++++++++++++++++++++++
1 file changed, 27 insertions(+)
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index ae118a4..f1c0b9c 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -14858,6 +14858,33 @@ definition-jumping and type-checking on demand.")
support JSX syntax.")
(license license:expat))))
+(define-public emacs-origami-el
+ (let ((commit "1f38085c8f9af7842765ed63f7d6dfe4dab59366")
+ (version "1.0")
+ (revision "1"))
+ (package
+ (name "emacs-origami-el")
+ (version (git-version version revision commit))
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/gregsexton/origami.el")
+ (commit commit)))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32
+ "0ha1qsz2p36pqa0sa2sp83lspbgx5lr7930qxnwd585liajzdd9x"))))
+ (build-system emacs-build-system)
+ (propagated-inputs
+ `(("emacs-dash" ,emacs-dash)
+ ("emacs-s" ,emacs-s)))
+ (home-page "https://github.com/gregsexton/origami.el")
+ (synopsis "Flexible text-folding")
+ (description "This package provides a minor mode for collapsing and
+expanding regions of text without modifying the actual contents.")
+ (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.
- 06/35: gnu: Add emacs-vimrc-mode., (continued)
- 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
- 24/35: gnu: Add emacs-flow-minor-mode., guix-commits, 2019/04/14
- 16/35: gnu: Add emacs-all-the-icons-dired., guix-commits, 2019/04/14
- 22/35: gnu: Add emacs-dotenv-mode., guix-commits, 2019/04/14
- 35/35: gnu: Add emacs-eacl., guix-commits, 2019/04/14
- 15/35: gnu: Add emacs-vdiff-magit., guix-commits, 2019/04/14
- 25/35: gnu: Add emacs-rjsx-mode., guix-commits, 2019/04/14
- 26/35: gnu: Add emacs-origami-el.,
guix-commits <=
- 19/35: gnu: Add emacs-prodigy-el., guix-commits, 2019/04/14
- 34/35: gnu: Add emacs-counsel-tramp., guix-commits, 2019/04/14
- 33/35: gnu: Add emacs-eval-sexp-fu-el., guix-commits, 2019/04/14
- 20/35: gnu: Add emacs-web-server., guix-commits, 2019/04/14
- 29/35: gnu: Add emacs-helm-dash., guix-commits, 2019/04/14
- 21/35: gnu: Add emacs-markdown-preview-mode., guix-commits, 2019/04/14
- 17/35: gnu: Add emacs-exwm-edit., guix-commits, 2019/04/14
- 23/35: gnu: Add emacs-add-node-modules-path., guix-commits, 2019/04/14
- 28/35: gnu: Add emacs-counsel-etags., guix-commits, 2019/04/14
- 32/35: gnu: Add emacs-info-plus., guix-commits, 2019/04/14