dotemacs

My Emacs configuration
git clone git://git.entf.net/dotemacs
Log | Files | Refs | LICENSE

tablist-pkg.el (351B)


      1 (define-package "tablist" "20200427.2205" "Extended tabulated-list-mode"
      2   '((emacs "24.3"))
      3   :commit "faab7a035ef2258cc4ea2182f67e3aedab7e2af9" :authors
      4   '(("Andreas Politz" . "politza@fh-trier.de"))
      5   :maintainer
      6   '("Andreas Politz" . "politza@fh-trier.de")
      7   :keywords
      8   '("extensions" "lisp"))
      9 ;; Local Variables:
     10 ;; no-byte-compile: t
     11 ;; End: