diff options
author | Brian Leung <leungbk@mailfence.com> | 2019-09-18 03:08:48 +0200 |
---|---|---|
committer | Brian Leung <leungbk@mailfence.com> | 2019-09-20 02:20:53 +0200 |
commit | 5f103185237e57a317d6bc41c3645fc576f63e62 (patch) | |
tree | 5975807c2b199946d0e664cf6da2678ab18d958d /gnu | |
parent | b12405ce076a633c0d2f49d661d57dd77026f80e (diff) | |
download | patches-5f103185237e57a317d6bc41c3645fc576f63e62.tar patches-5f103185237e57a317d6bc41c3645fc576f63e62.tar.gz |
gnu: emacs-lispy: Include non-Elisp code.
* gnu/packages/emacs-xyz.scm (emacs-lispy): Include non-Elisp code.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/emacs-xyz.scm | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm index e682f0fadd..38011171ab 100644 --- a/gnu/packages/emacs-xyz.scm +++ b/gnu/packages/emacs-xyz.scm @@ -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 |