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