Files
emacs-conf/lisp/with-editor/with-editor-pkg.el

12 lines
496 B
EmacsLisp

;; -*- no-byte-compile: t; lexical-binding: nil -*-
(define-package "with-editor" "20260301.1317"
"Use the Emacsclient as $EDITOR."
'((emacs "26.1")
(compat "30.1"))
:url "https://github.com/magit/with-editor"
:commit "64211dcb815f2533ac3d2a7e56ff36ae804d8338"
:revdesc "64211dcb815f"
:keywords '("processes" "terminals")
:authors '(("Jonas Bernoulli" . "emacs.with-editor@jonas.bernoulli.dev"))
:maintainers '(("Jonas Bernoulli" . "emacs.with-editor@jonas.bernoulli.dev")))