Skip to content

Commit fabece0

Browse files
committed
[Fix #3477] Move the elisp source files under lisp/
1 parent 7d5c4ea commit fabece0

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

43 files changed

+5
-2
lines changed

.gitignore

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@ TAGS
1111
.DS_STORE
1212
dist
1313
.vagrant/
14-
cider-autoloads.el
14+
lisp/cider-autoloads.el
1515
.dir-locals?.el
16-
cider-pkg.el
16+
lisp/cider-pkg.el
1717
cider-refcard.aux
1818
cider-refcard.log
1919
doc/auto/

Eldev

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22

33
(eldev-require-version "1.8.2")
44

5+
(setf eldev-project-source-dirs '("lisp/"))
6+
(setf eldev-project-main-file "cider.el")
7+
58
(eldev-use-package-archive 'gnu)
69

710
;; For compatibility; e.g. with MELPA Stable one test fails.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)