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