11 lines
467 B
EmacsLisp
11 lines
467 B
EmacsLisp
;; -*- no-byte-compile: t; lexical-binding: nil -*-
|
|
(define-package "deft" "20240524.1524"
|
|
"Quickly browse, filter, and edit plain text notes."
|
|
()
|
|
:url "https://jblevins.org/projects/deft/"
|
|
:commit "b369d7225d86551882568788a23c5497b232509c"
|
|
:revdesc "b369d7225d86"
|
|
:keywords '("plain text" "notes" "simplenote" "notational velocity")
|
|
:authors '(("Jason R. Blevins" . "jrblevin@xbeta.org"))
|
|
:maintainers '(("Jason R. Blevins" . "jrblevin@xbeta.org")))
|