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