12 lines
496 B
EmacsLisp
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")))
|