about summary refs log tree commit diff
path: root/emacs/.emacs.d/elpa/with-editor-20180726.2044/with-editor-pkg.el
diff options
context:
space:
mode:
authorBen Harris <ben@tilde.team>2019-03-24 23:00:39 -0400
committerBen Harris <ben@tilde.team>2019-03-24 23:00:39 -0400
commitb7fcdf410bdd952dd725c9a8833b4b70139044de (patch)
treec6356bc7ac29197802471de0e4bc9091d92aa4c8 /emacs/.emacs.d/elpa/with-editor-20180726.2044/with-editor-pkg.el
parentaa5b71e0aa140257d8cc401c664add06c7d36930 (diff)
add fzf submodule, remove emacs
Diffstat (limited to 'emacs/.emacs.d/elpa/with-editor-20180726.2044/with-editor-pkg.el')
-rw-r--r--emacs/.emacs.d/elpa/with-editor-20180726.2044/with-editor-pkg.el13
1 files changed, 0 insertions, 13 deletions
diff --git a/emacs/.emacs.d/elpa/with-editor-20180726.2044/with-editor-pkg.el b/emacs/.emacs.d/elpa/with-editor-20180726.2044/with-editor-pkg.el
deleted file mode 100644
index fec4b7e..0000000
--- a/emacs/.emacs.d/elpa/with-editor-20180726.2044/with-editor-pkg.el
+++ /dev/null
@@ -1,13 +0,0 @@
-(define-package "with-editor" "20180726.2044" "Use the Emacsclient as $EDITOR"
-  '((emacs "24.4")
-    (async "1.9"))
-  :keywords
-  '("tools")
-  :authors
-  '(("Jonas Bernoulli" . "jonas@bernoul.li"))
-  :maintainer
-  '("Jonas Bernoulli" . "jonas@bernoul.li")
-  :url "https://github.com/magit/with-editor")
-;; Local Variables:
-;; no-byte-compile: t
-;; End: