sly-fancy.el (720B)
1 ;; -*- lexical-binding: t; -*- 2 (require 'sly) 3 4 (define-sly-contrib sly-fancy 5 "Make SLY fancy." 6 (:authors "Matthias Koeppe <mkoeppe@mail.math.uni-magdeburg.de>" 7 "Tobias C Rittweiler <tcr@freebits.de>") 8 (:license "GPL") 9 (:sly-dependencies sly-mrepl 10 sly-autodoc 11 sly-fancy-inspector 12 sly-fancy-trace 13 sly-scratch 14 sly-package-fu 15 sly-fontifying-fu 16 sly-trace-dialog 17 ;; sly-profiler ;; not ready for prime-time yet 18 sly-stickers 19 sly-indentation 20 sly-tramp)) 21 22 (provide 'sly-fancy)