unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* bug#26420: Add emacs-use-package
@ 2017-04-09 16:48 Arun Isaac
  2017-04-09 16:57 ` bug#26420: [PATCH 1/2] gnu: Add emacs-diminish Arun Isaac
  0 siblings, 1 reply; 3+ messages in thread
From: Arun Isaac @ 2017-04-09 16:48 UTC (permalink / raw)
  To: 26420


Patches for adding emacs-use-package and its dependency emacs-diminish
coming through...

^ permalink raw reply	[flat|nested] 3+ messages in thread

* bug#26420: [PATCH 1/2] gnu: Add emacs-diminish.
  2017-04-09 16:48 bug#26420: Add emacs-use-package Arun Isaac
@ 2017-04-09 16:57 ` Arun Isaac
  2017-04-10  9:09   ` Ludovic Courtès
  0 siblings, 1 reply; 3+ messages in thread
From: Arun Isaac @ 2017-04-09 16:57 UTC (permalink / raw)
  To: 26420

* gnu/packages/emacs.scm (emacs-diminish): New variable.
---
 gnu/packages/emacs.scm | 21 +++++++++++++++++++++
 1 file changed, 21 insertions(+)

diff --git a/gnu/packages/emacs.scm b/gnu/packages/emacs.scm
index cc14fd228..e3fe5e51e 100644
--- a/gnu/packages/emacs.scm
+++ b/gnu/packages/emacs.scm
@@ -4081,3 +4081,24 @@ single-long-line paragraphs get word-wrapped in a way similar to what
 you'd get with @kbd{M-q} using @code{adaptive-fill-mode}, but without
 actually changing the buffer's text.")
     (license license:gpl3+)))
+
+(define-public emacs-diminish
+  (package
+    (name "emacs-diminish")
+    (version "0.45")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (string-append
+             "https://github.com/myrjola/diminish.el/archive/v"
+             version ".tar.gz"))
+       (file-name (string-append name "-" version ".tar.gz"))
+       (sha256
+        (base32
+         "0i3629sv5cfrrb00hcnmaqzgs8mk36yasc1ax3ry1ga09nr6rkj9"))))
+    (build-system emacs-build-system)
+    (home-page "https://github.com/myrjola/diminish.el")
+    (synopsis "Diminish minor modes with no modeline display")
+    (description "@code{emacs-diminish} implements hiding or
+abbreviation of the mode line displays (lighters) of minor modes.")
+    (license license:gpl2+)))
-- 
2.12.2


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* bug#26420: [PATCH 1/2] gnu: Add emacs-diminish.
  2017-04-09 16:57 ` bug#26420: [PATCH 1/2] gnu: Add emacs-diminish Arun Isaac
@ 2017-04-10  9:09   ` Ludovic Courtès
  0 siblings, 0 replies; 3+ messages in thread
From: Ludovic Courtès @ 2017-04-10  9:09 UTC (permalink / raw)
  To: Arun Isaac; +Cc: 26420

Hi Arun,

Arun Isaac <arunisaac@systemreboot.net> skribis:

> * gnu/packages/emacs.scm (emacs-diminish): New variable.

LGTM, please push!

Ludo’.

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2017-04-10  9:10 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-04-09 16:48 bug#26420: Add emacs-use-package Arun Isaac
2017-04-09 16:57 ` bug#26420: [PATCH 1/2] gnu: Add emacs-diminish Arun Isaac
2017-04-10  9:09   ` Ludovic Courtès

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).