[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
06/17: gnu: Add emacs-paren-face.
From: |
Ricardo Wurmus |
Subject: |
06/17: gnu: Add emacs-paren-face. |
Date: |
Sun, 17 Jul 2016 09:04:58 +0000 (UTC) |
rekado pushed a commit to branch master
in repository guix.
commit 07046e5f44577f2a1c00627f7af2a5d8cfb4e2b1
Author: Ricardo Wurmus <address@hidden>
Date: Wed Jul 6 09:12:16 2016 +0200
gnu: Add emacs-paren-face.
* gnu/packages/emacs.scm (emacs-paren-face): New variable.
---
gnu/packages/emacs.scm | 25 +++++++++++++++++++++++++
1 file changed, 25 insertions(+)
diff --git a/gnu/packages/emacs.scm b/gnu/packages/emacs.scm
index d2e306b..99fa32c 100644
--- a/gnu/packages/emacs.scm
+++ b/gnu/packages/emacs.scm
@@ -1392,6 +1392,31 @@ column by drawing a thin line down the length of the
editing window.")
IRC bouncer with ERC.")
(license license:expat)))
+(define-public emacs-paren-face
+ (package
+ (name "emacs-paren-face")
+ (version "1.0.0")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (string-append "https://github.com/tarsius/paren-face/archive/"
+ version ".tar.gz"))
+ (file-name (string-append name "-" version ".tar.gz"))
+ (sha256
+ (base32
+ "0y4qrhxa9332vsvr999jg7qj1ymnfgwpf591yi4a4jgg90pm7qnn"))))
+ (build-system emacs-build-system)
+ (home-page "http://github.com/tarsius/paren-face")
+ (synopsis "Face for parentheses in lisp modes")
+ (description
+ "This library defines a face named @code{parenthesis} used just for
+parentheses. The intended purpose of this face is to make parentheses less
+visible in Lisp code by dimming them. Lispers probably don't need to be
+constantly made aware of the existence of the parentheses. Dimming them might
+be even more useful for people new to lisp who have not yet learned to
+subconsciously blend out the parentheses.")
+ (license license:gpl3+)))
+
(define-public emacs-ob-ipython
(package
(name "emacs-ob-ipython")
- branch master updated (a228579 -> 012c8b3), Ricardo Wurmus, 2016/07/17
- 01/17: gnu: Add emacs-el-mock., Ricardo Wurmus, 2016/07/17
- 04/17: gnu: Add emacs-fill-column-indicator., Ricardo Wurmus, 2016/07/17
- 03/17: gnu: Add emacs-expand-region., Ricardo Wurmus, 2016/07/17
- 05/17: gnu: Add emacs-znc., Ricardo Wurmus, 2016/07/17
- 07/17: gnu: Add emacs-page-break-lines., Ricardo Wurmus, 2016/07/17
- 08/17: gnu: Add emacs-simple-httpd., Ricardo Wurmus, 2016/07/17
- 02/17: gnu: Add emacs-espuds., Ricardo Wurmus, 2016/07/17
- 06/17: gnu: Add emacs-paren-face.,
Ricardo Wurmus <=
- 14/17: gnu: Add emacs-shell-switcher., Ricardo Wurmus, 2016/07/17
- 12/17: gnu: Add emacs-shut-up., Ricardo Wurmus, 2016/07/17
- 16/17: gnu: Add emacs-perspective., Ricardo Wurmus, 2016/07/17
- 15/17: gnu: Add emacs-tagedit., Ricardo Wurmus, 2016/07/17
- 11/17: gnu: Add emacs-smart-mode-line., Ricardo Wurmus, 2016/07/17
- 10/17: gnu: Add emacs-rich-minority., Ricardo Wurmus, 2016/07/17
- 09/17: gnu: Add emacs-skewer-mode., Ricardo Wurmus, 2016/07/17
- 17/17: gnu: Add emacs-solarized-theme., Ricardo Wurmus, 2016/07/17
- 13/17: gnu: Add emacs-undercover., Ricardo Wurmus, 2016/07/17