config

Personal configuration.
git clone git://code.dwrz.net/config
Log | Files | Refs

shrink-path-pkg.el (405B)


      1 (define-package "shrink-path" "20190208.1335" "fish-style path"
      2   '((emacs "24")
      3     (s "1.6.1")
      4     (dash "1.8.0")
      5     (f "0.10.0"))
      6   :commit "c14882c8599aec79a6e8ef2d06454254bb3e1e41" :authors
      7   '(("Benjamin Andresen"))
      8   :maintainers
      9   '(("Benjamin Andresen"))
     10   :maintainer
     11   '("Benjamin Andresen")
     12   :url "https://gitlab.com/bennya/shrink-path.el")
     13 ;; Local Variables:
     14 ;; no-byte-compile: t
     15 ;; End: