guix-commits
[Top][All Lists]
Advanced

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

03/88: gnu: Add emacs-outorg.


From: Oleg Pykhalov
Subject: 03/88: gnu: Add emacs-outorg.
Date: Wed, 2 May 2018 13:21:03 -0400 (EDT)

wigust pushed a commit to branch master
in repository guix.

commit a34d562a59a3c1f0b535fbf0f8cbcc5d0c70ec77
Author: Oleg Pykhalov <address@hidden>
Date:   Wed May 2 18:51:16 2018 +0300

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

diff --git a/gnu/packages/emacs.scm b/gnu/packages/emacs.scm
index 440ff18..af9e4a8 100644
--- a/gnu/packages/emacs.scm
+++ b/gnu/packages/emacs.scm
@@ -8111,3 +8111,28 @@ newsreader.")
     (description
      "This package provides an Emacs interactive command-line mode.")
     (license license:gpl3+)))
+
+(define-public emacs-outorg
+  (let ((commit "78b0695121fb974bc4e971eb4ef7f8afd6d89d64"))
+    (package
+      (name "emacs-outorg")
+      (version (git-version "2.0" "1" commit))
+      (source
+       (origin
+         (method git-fetch)
+         (uri (git-reference
+               (url "https://github.com/alphapapa/outorg";)
+               (commit commit)))
+         (file-name (git-file-name name version))
+         (sha256
+          (base32
+           "03aclh4m3f7rb821gr9pwvnqkkl91px3qxdcarpf3ypa1x4fxvlj"))))
+      (build-system emacs-build-system)
+      (home-page "https://github.com/alphapapa/outorg";)
+      (synopsis "Org-style comment editing")
+      (description "Outorg is for editing comment-sections of source-code
+files in temporary Org-mode buffers.  It turns conventional
+literate-programming upside-down in that the default mode is the
+programming-mode, and special action has to be taken to switch to the
+text-mode (i.e. Org-mode).")
+      (license license:gpl3+))))



reply via email to

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