guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: Add emacs-twittering-mode.


From: guix-commits
Subject: branch master updated: gnu: Add emacs-twittering-mode.
Date: Wed, 29 Apr 2020 10:26:53 -0400

This is an automated email from the git hooks/post-receive script.

ngz pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 373c0dc  gnu: Add emacs-twittering-mode.
373c0dc is described below

commit 373c0dc95ce0dc65f378432d0cb1a29bda2f12e5
Author: Masaya Tojo <masaya@tojo.tokyo>
AuthorDate: Wed Apr 29 16:26:21 2020 +0200

    gnu: Add emacs-twittering-mode.
    
    * gnu/packages/emacs-xyz.scm (emacs-twittering-mode): New variable.
    
    Signed-off-by: Nicolas Goaziou <address@hidden>
---
 gnu/packages/emacs-xyz.scm | 21 +++++++++++++++++++++
 1 file changed, 21 insertions(+)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 2c61c41..650a573 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -2632,6 +2632,27 @@ Stack Overflow, Super User, and other StackExchange 
sites.")
 Tom's Obvious, Minimal Language} data format.")
       (license license:gpl3+))))
 
+(define-public emacs-twittering-mode
+  (package
+    (name "emacs-twittering-mode")
+    (version "3.1.0")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (string-append "mirror://sourceforge/twmode"
+                           "/twittering-mode-" version
+                           "/twittering-mode-" version ".tar.xz"))
+       (sha256
+        (base32 "02imis1gxz90lah0b5n37j2hlsaw5igss11d85vpsm5d1bgw8j28"))))
+    (build-system emacs-build-system)
+    (home-page "http://twmode.sourceforge.net";)
+    (synopsis "Emacs major mode for Twitter")
+    (description
+     "Twittering mode is an Emacs major mode for Twitter.
+You can check timelines, tweet, mark posts as favorites and so on with
+Emacs.")
+    (license license:gpl2+)))
+
 (define-public emacs-f
   (package
     (name "emacs-f")



reply via email to

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