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