mirror of
https://github.com/jimeh/.emacs.d.git
synced 2026-02-19 13:46:41 +00:00
having two node-like definitions seemed to cause issues
This commit is contained in:
@@ -6,9 +6,6 @@
|
||||
"\.DS_Store"))
|
||||
|
||||
(define-project-type node-js (generic)
|
||||
(look-for "package.json")
|
||||
(or (look-for "package.json") (look-for "Cakefile"))
|
||||
:irrelevant-files ("^[#]" ".git/" "node_modules"))
|
||||
|
||||
(define-project-type coffeescript (node-js)
|
||||
(look-for "Cakefile"))
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user