config

Personal configuration.
git clone git://code.dwrz.net/config
Log | Files | Refs

with-editor-pkg.el (500B)


      1 ;; -*- no-byte-compile: t; lexical-binding: nil -*-
      2 (define-package "with-editor" "20241123.2137"
      3   "Use the Emacsclient as $EDITOR."
      4   '((emacs  "26.1")
      5     (compat "30.0.0.0"))
      6   :url "https://github.com/magit/with-editor"
      7   :commit "57f20bdb0d50256acdd12019aaa42b609204699b"
      8   :revdesc "57f20bdb0d50"
      9   :keywords '("processes" "terminals")
     10   :authors '(("Jonas Bernoulli" . "emacs.with-editor@jonas.bernoulli.dev"))
     11   :maintainers '(("Jonas Bernoulli" . "emacs.with-editor@jonas.bernoulli.dev")))