gnu: emacs-lispy: Include non-Elisp code.

* gnu/packages/emacs-xyz.scm (emacs-lispy): Include non-Elisp code.
This commit is contained in:
Brian Leung 2019-09-18 03:08:48 +02:00
parent b12405ce07
commit 5f10318523
No known key found for this signature in database
GPG key ID: 3ADC75F013D678F9

View file

@ -5252,6 +5252,8 @@ (define-public emacs-lispy
("emacs-ivy" ,emacs-ivy)
("emacs-hydra" ,emacs-hydra)
("emacs-zoutline" ,emacs-zoutline)))
(arguments
`(#:include (cons* "\\.clj$" "\\.edn$" "\\.py$" %default-include)))
(synopsis "Modal S-expression editing")
(description
"Due to the structure of Lisp syntax it's very rare for the programmer