branch: main commit 168e2ea52a597f9e7fc6fe0cea86c8c8b0ad7b83 Author: Stefan Monnier <monn...@iro.umontreal.ca> Commit: Stefan Monnier <monn...@iro.umontreal.ca>
* elpa-packages ("clojure-mode"): Ignore "doc" Bozhidar Batsov was right, it shouldn't be included, it's not really "doc" and bloats up the tarballs. --- elpa-packages | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/elpa-packages b/elpa-packages index aa2327a..345906f 100644 --- a/elpa-packages +++ b/elpa-packages @@ -15,7 +15,7 @@ :version-map ((nil "4.7.1" "a9134009bd037a39cbda21806867d0534d340bca"))) ("clojure-mode" :url "https://github.com/clojure-emacs/clojure-mode" - :ignored-files ("clojure-mode-extra-font-locking.el" "test" "test.clj") + :ignored-files ("clojure-mode-extra-font-locking.el" "doc" "test" "test.clj") :news "CHANGELOG.md") ("editorconfig" :url "https://github.com/editorconfig/editorconfig-emacs"