10 lines
403 B
EmacsLisp
10 lines
403 B
EmacsLisp
;; -*- no-byte-compile: t; lexical-binding: nil -*-
|
|
(define-package "company" "20260721.100"
|
|
"Modular text completion framework."
|
|
'((emacs "26.1")
|
|
(posframe "1.5.1"))
|
|
:url "http://company-mode.github.io/"
|
|
:commit "1cc907ac9e46ae4209eb5a341131787e0c678406"
|
|
:revdesc "1cc907ac9e46"
|
|
:keywords '("abbrev" "convenience" "matching")
|
|
:maintainers '(("Dmitry Gutov" . "dmitry@gutov.dev")))
|