gnu: emacs-lispy: Update included files.

* gnu/packages/emacs-xyz.scm (emacs-lispy): Update included files.
master
Brian Leung 2019-09-22 05:00:49 +02:00
parent aaeb2b34cb
commit ee0a392fa0
No known key found for this signature in database
GPG Key ID: 3ADC75F013D678F9
1 changed files with 3 additions and 1 deletions

View File

@ -5297,7 +5297,9 @@ navigate code in a tree-like fashion.")
`(("emacs-clojure-mode" ,emacs-clojure-mode)
("emacs-undercover" ,emacs-undercover)))
(arguments
`(#:include (cons* "\\.clj$" "\\.edn$" "\\.py$" %default-include)
`(#:include (cons* "^lispy-clojure\\.clj$"
"^lispy-python\\.py$"
%default-include)
#:phases
;; XXX: one failing test involving python evaluation
(modify-phases %standard-phases