config

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

cape-pkg.el (477B)


      1 ;; -*- no-byte-compile: t; lexical-binding: nil -*-
      2 (define-package "cape" "20241105.858"
      3   "Completion At Point Extensions."
      4   '((emacs  "28.1")
      5     (compat "30"))
      6   :url "https://github.com/minad/cape"
      7   :commit "74c3501ecd19ec9af0d30c16c10ded47dc995ffa"
      8   :revdesc "74c3501ecd19"
      9   :keywords '("abbrev" "convenience" "matching" "completion" "text")
     10   :authors '(("Daniel Mendler" . "mail@daniel-mendler.de"))
     11   :maintainers '(("Daniel Mendler" . "mail@daniel-mendler.de")))