12 lines
494 B
EmacsLisp
12 lines
494 B
EmacsLisp
;; -*- no-byte-compile: t; lexical-binding: nil -*-
|
|
(define-package "company-statistics" "20170210.1933"
|
|
"Sort candidates using completion history."
|
|
'((emacs "24.3")
|
|
(company "0.8.5"))
|
|
:url "https://github.com/company-mode/company-statistics"
|
|
:commit "e62157d43b2c874d2edbd547c3bdfb05d0a7ae5c"
|
|
:revdesc "e62157d43b2c"
|
|
:keywords '("abbrev" "convenience" "matching")
|
|
:authors '(("Ingo Lohmar" . "i.lohmar@gmail.com"))
|
|
:maintainers '(("Ingo Lohmar" . "i.lohmar@gmail.com")))
|