config

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

f-pkg.el (488B)


      1 ;; -*- no-byte-compile: t; lexical-binding: nil -*-
      2 (define-package "f" "20241003.1131"
      3   "Modern API for working with files and directories."
      4   '((emacs "24.1")
      5     (s     "1.7.0")
      6     (dash  "2.2.0"))
      7   :url "https://github.com/rejeep/f.el"
      8   :commit "931b6d0667fe03e7bf1c6c282d6d8d7006143c52"
      9   :revdesc "931b6d0667fe"
     10   :keywords '("files" "directories")
     11   :authors '(("Johan Andersson" . "johan.rejeep@gmail.com"))
     12   :maintainers '(("Lucien Cartier-Tilet" . "lucien@phundrak.com")))