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

* gnu/packages/emacs-xyz.scm (emacs-lispy): Include non-Elisp code.
master
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
1 changed files with 2 additions and 0 deletions

View File

@ -5252,6 +5252,8 @@ navigate code in a tree-like fashion.")
("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