Files
emacs/lisp/with-editor/with-editor-pkg.el
2025-11-25 19:52:03 +01:00

12 lines
496 B
EmacsLisp

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