unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: Konrad Hinsen <konrad.hinsen@fastmail.net>
To: Oleg Pykhalov <go.wigust@gmail.com>
Cc: 30798@debbugs.gnu.org
Subject: [bug#30798] [PATCH 2/2] gnu: Add emacs-deft
Date: Fri, 16 Mar 2018 13:10:28 +0100	[thread overview]
Message-ID: <m1605wz0ej.fsf@fastmail.net> (raw)
In-Reply-To: <87sh91u423.fsf@gmail.com>

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

diff --git a/gnu/packages/emacs.scm b/gnu/packages/emacs.scm
index 35acfdd20..f51f696fd 100644
--- a/gnu/packages/emacs.scm
+++ b/gnu/packages/emacs.scm
@@ -7386,3 +7386,26 @@ inherit a login shell's environment variables.  It also allows other
 environment variables to be retrieved from the shell, so that Emacs will see
 the same values you get in a terminal.")
     (license license:gpl3+)))
+
+(define-public emacs-deft
+  (package
+    (name "emacs-deft")
+    (version "0.8")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (string-append "https://stable.melpa.org/packages/deft-"
+                           version ".el"))
+       (sha256
+        (base32
+         "1vb9cjxskc7c0yyf9pvxy1fzypg1vrcgwnjz0m3hslinsgdyig58"))))
+    (build-system emacs-build-system)
+    (home-page "https://jblevins.org/projects/deft/")
+    (synopsis "Quickly browse, filter, and edit plain text notes")
+    (description
+     "Deft is an Emacs mode for quickly browsing, filtering, and editing
+directories of plain text notes, inspired by Notational Velocity.")
+    ;; A comment in the code says "may be freely distributed and modified
+    ;; under the BSD license". I take this to mean the original
+    ;; BSD license, called bsd-4 in Guix.
+    (license license:bsd-4)))
-- 
2.16.2

  parent reply	other threads:[~2018-03-16 12:11 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-03-13 15:47 [bug#30798] [PATCH 2/2] gnu: Add emacs-deft Konrad Hinsen
2018-03-15  8:38 ` Oleg Pykhalov
2018-03-15  9:45   ` Konrad Hinsen
2018-03-15 14:58     ` Oleg Pykhalov
2018-03-16 12:10   ` Konrad Hinsen [this message]
2018-03-16 14:13     ` bug#30798: " Oleg Pykhalov
2018-03-16 14:29       ` [bug#30798] " Konrad Hinsen

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=m1605wz0ej.fsf@fastmail.net \
    --to=konrad.hinsen@fastmail.net \
    --cc=30798@debbugs.gnu.org \
    --cc=go.wigust@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).