9 lines
378 B
EmacsLisp
9 lines
378 B
EmacsLisp
;; -*- no-byte-compile: t; lexical-binding: nil -*-
|
|
(define-package "company" "20250426.1319"
|
|
"Modular text completion framework."
|
|
'((emacs "26.1"))
|
|
:url "http://company-mode.github.io/"
|
|
:commit "41f07c7d401c1374a76f3004a3448d3d36bdf347"
|
|
:revdesc "41f07c7d401c"
|
|
:keywords '("abbrev" "convenience" "matching")
|
|
:maintainers '(("Dmitry Gutov" . "dmitry@gutov.dev")))
|