dotemacs

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

imenu-list-pkg.el (359B)


      1 (define-package "imenu-list" "0.9" "Show imenu entries in a separate buffer"
      2   '((cl-lib "0.5"))
      3   :commit "6cded436010a39592175238e4d02263a7cdb44c4" :authors
      4   '(("Bar Magal (2015)"))
      5   :maintainers
      6   '(("Bar Magal (2015)"))
      7   :maintainer
      8   '("Bar Magal (2015)")
      9   :url "https://github.com/bmag/imenu-list")
     10 ;; Local Variables:
     11 ;; no-byte-compile: t
     12 ;; End: