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