branch: main
commit 569023cd207547527c6840c2245d54399bb4f936
Author: Stefan Monnier <[email protected]>
Commit: Stefan Monnier <[email protected]>
elpa-packages (cider): Adjust to new `lisp` subdir
---
elpa-packages | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/elpa-packages b/elpa-packages
index 30d608a5ae..e95eee7e71 100644
--- a/elpa-packages
+++ b/elpa-packages
@@ -101,7 +101,8 @@
(cdlatex :url "https://github.com/cdominik/cdlatex")
(cider :url "https://github.com/clojure-emacs/cider"
- :ignored-files ("LICENSE" "doc" "logo" "refcard" "test")
+ :ignored-files ("doc" "logo" "refcard" "test")
+ :lisp-dir "lisp"
:news "CHANGELOG.md")
(clojure-mode :url "https://github.com/clojure-emacs/clojure-mode"