diff options
| author | Daniel Mendler <mail@daniel-mendler.de> | 2022-01-10 02:36:58 +0100 |
|---|---|---|
| committer | Daniel Mendler <mail@daniel-mendler.de> | 2022-01-10 02:36:58 +0100 |
| commit | 5ccece0e341b733320b6f40006daa8eb3edbf49f (patch) | |
| tree | 49e953e7af10a9e6c987ca4a16a3196cfd9bbada | |
| parent | c6290431566e5e6f30518fc925183907820a1edf (diff) | |
Add to GNU ELPA
| -rw-r--r-- | README.org | 7 | ||||
| -rw-r--r-- | cape.el | 8 |
2 files changed, 12 insertions, 3 deletions
@@ -7,6 +7,8 @@ #+texinfo_dir_desc: Completion At Point Extensions #+html: <a href="https://www.gnu.org/software/emacs/"><img alt="GNU Emacs" src="https://github.com/minad/corfu/blob/screenshots/emacs.svg?raw=true"/></a> +#+html: <a href="http://elpa.gnu.org/packages/cape.html"><img alt="GNU ELPA" src="https://elpa.gnu.org/packages/cape.svg"/></a> +#+html: <a href="http://elpa.gnu.org/devel/cape.html"><img alt="GNU-devel ELPA" src="https://elpa.gnu.org/devel/cape.svg"/></a> #+html: <a href="https://melpa.org/#/cape"><img alt="MELPA" src="https://melpa.org/packages/cape-badge.svg"/></a> #+html: <a href="https://stable.melpa.org/#/cape"><img alt="MELPA Stable" src="https://stable.melpa.org/packages/cape-badge.svg"/></a> #+html: <img src="https://upload.wikimedia.org/wikipedia/en/3/35/Supermanflying.png" align="right"> @@ -212,3 +214,8 @@ achieve a similarly refreshing strategy. - ~cape-capf-case-fold~: Create a Capf which is case insensitive. - ~cape-capf-with-properties~: Add completion properties to a Capf. - ~cape-capf-with-predicate~: Add candidate predicate to a Capf. + +* Contributions + +Since this package is part of [[http://elpa.gnu.org/packages/marginalia.html][GNU ELPA]] contributions require a copyright +assignment to the FSF. @@ -1,13 +1,15 @@ ;;; cape.el --- Completion At Point Extensions -*- lexical-binding: t -*- -;; Author: Daniel Mendler +;; Copyright (C) 2021 Free Software Foundation, Inc. + +;; Author: Daniel Mendler <mail@daniel-mendler.de> +;; Maintainer: Daniel Mendler <mail@daniel-mendler.de> ;; Created: 2021 -;; License: GPL-3.0-or-later ;; Version: 0.4 ;; Package-Requires: ((emacs "27.1")) ;; Homepage: https://github.com/minad/cape -;; This file is not part of GNU Emacs. +;; This file is part of GNU Emacs. ;; This program is free software: you can redistribute it and/or modify ;; it under the terms of the GNU General Public License as published by |
