guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/01: gnu: Add emacs-olivetti.


From: Roel Janssen
Subject: 01/01: gnu: Add emacs-olivetti.
Date: Sun, 24 Sep 2017 10:42:24 -0400 (EDT)

roelj pushed a commit to branch master
in repository guix.

commit 6aab6c27c72140b624ee151f4153eaf48b44fb7c
Author: Roel Janssen <address@hidden>
Date:   Mon Sep 25 16:41:57 2017 +0200

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

diff --git a/gnu/packages/emacs.scm b/gnu/packages/emacs.scm
index 7a6f16c..6cc4cff 100644
--- a/gnu/packages/emacs.scm
+++ b/gnu/packages/emacs.scm
@@ -1502,6 +1502,25 @@ work with Emacs 24 and 25.")
 a command.")
     (license license:gpl3+)))
 
+(define-public emacs-olivetti
+  (package
+    (name "emacs-olivetti")
+    (version "1.5.7")
+    (source (origin
+              (method url-fetch)
+              (uri (string-append
+                    "https://stable.melpa.org/packages/olivetti-";
+                    version ".el"))
+              (sha256
+               (base32
+                "1yj2ylg46q0pw1xzlv2b0fv9x8p56x25284s9v2smwjr4vf0nwcj"))))
+    (build-system emacs-build-system)
+    (home-page "https://github.com/rnkn/olivetti";)
+    (synopsis "Emacs minor mode for a nice writing environment")
+    (description "This package provides an Emacs minor mode that puts writing
+in the center.")
+    (license license:gpl3+)))
+
 (define-public emacs-undo-tree
   (package
     (name "emacs-undo-tree")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]