Files
emacs/lisp/with-editor/with-editor-pkg.el
Daniel Weschke 82f05baffe pkg update and first config fix
org-brain not working, add org-roam
2022-12-19 23:02:34 +01:00

14 lines
427 B
EmacsLisp

(define-package "with-editor" "20221127.2243" "Use the Emacsclient as $EDITOR"
'((emacs "25.1")
(compat "28.1.1.0"))
:commit "4da109748da0828b79198701eb641d5b724153ce" :authors
'(("Jonas Bernoulli" . "jonas@bernoul.li"))
:maintainer
'("Jonas Bernoulli" . "jonas@bernoul.li")
:keywords
'("processes" "terminals")
:url "https://github.com/magit/with-editor")
;; Local Variables:
;; no-byte-compile: t
;; End: