about summary refs log tree commit diff
path: root/configs/shared/emacs/.emacs.d/elpa/cider-20180908.1925/cider-pkg.el
diff options
context:
space:
mode:
authorWilliam Carroll <wpcarro@gmail.com>2019-01-13T19·33-0500
committerWilliam Carroll <wpcarro@gmail.com>2019-01-13T19·45-0500
commit481df5a3855ccd5ea3bf4d5f41ae780f4773b7b4 (patch)
tree3aeb7e20eaba176536cb8d10ba531ac39674fc4a /configs/shared/emacs/.emacs.d/elpa/cider-20180908.1925/cider-pkg.el
parent18b9930b8604134f087ca61fe94740b31f94327c (diff)
Remove Emacs spam
My inconsistent git history-keeping is coming to bite me here. At the
moment, I can only speculate about what went wrong here. The gist is
this: I unintentionally committed files that were supposed to be ignored

This commit removes those files which includes:

- auto-save-list
- elpa packages
- quelpa packages
- misc
Diffstat (limited to 'configs/shared/emacs/.emacs.d/elpa/cider-20180908.1925/cider-pkg.el')
-rw-r--r--configs/shared/emacs/.emacs.d/elpa/cider-20180908.1925/cider-pkg.el23
1 files changed, 0 insertions, 23 deletions
diff --git a/configs/shared/emacs/.emacs.d/elpa/cider-20180908.1925/cider-pkg.el b/configs/shared/emacs/.emacs.d/elpa/cider-20180908.1925/cider-pkg.el
deleted file mode 100644
index d9536af29023..000000000000
--- a/configs/shared/emacs/.emacs.d/elpa/cider-20180908.1925/cider-pkg.el
+++ /dev/null
@@ -1,23 +0,0 @@
-(define-package "cider" "20180908.1925" "Clojure Interactive Development Environment that Rocks"
-  '((emacs "25")
-    (clojure-mode "5.9")
-    (pkg-info "0.4")
-    (queue "0.2")
-    (spinner "1.7")
-    (seq "2.16")
-    (sesman "0.3"))
-  :keywords
-  '("languages" "clojure" "cider")
-  :authors
-  '(("Tim King" . "kingtim@gmail.com")
-    ("Phil Hagelberg" . "technomancy@gmail.com")
-    ("Bozhidar Batsov" . "bozhidar@batsov.com")
-    ("Artur Malabarba" . "bruce.connor.am@gmail.com")
-    ("Hugo Duncan" . "hugo@hugoduncan.org")
-    ("Steve Purcell" . "steve@sanityinc.com"))
-  :maintainer
-  '("Bozhidar Batsov" . "bozhidar@batsov.com")
-  :url "http://www.github.com/clojure-emacs/cider")
-;; Local Variables:
-;; no-byte-compile: t
-;; End: