Files
emacs-conf/lisp/with-editor/with-editor-pkg.el
2026-06-27 11:34:21 +02:00

14 lines
541 B
EmacsLisp

;; -*- no-byte-compile: t; lexical-binding: nil -*-
(define-package "with-editor" "20260625.855"
"Use the Emacsclient as $EDITOR."
'((emacs "28.1")
(compat "31.0")
(cond-let "1.1")
(llama "1.0"))
:url "https://github.com/magit/with-editor"
:commit "36c34610b6b700b4d1f39ccabd2b8b8c9642292d"
:revdesc "36c34610b6b7"
:keywords '("processes" "terminals")
:authors '(("Jonas Bernoulli" . "emacs.with-editor@jonas.bernoulli.dev"))
:maintainers '(("Jonas Bernoulli" . "emacs.with-editor@jonas.bernoulli.dev")))