update packages
This commit is contained in:
@@ -1,15 +1,11 @@
|
||||
(define-package "company-statistics" "20170210.1933" "Sort candidates using completion history"
|
||||
'((emacs "24.3")
|
||||
;; -*- 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"))
|
||||
:commit "e62157d43b2c874d2edbd547c3bdfb05d0a7ae5c" :authors
|
||||
'(("Ingo Lohmar" . "i.lohmar@gmail.com"))
|
||||
:maintainers
|
||||
'(("Ingo Lohmar" . "i.lohmar@gmail.com"))
|
||||
:maintainer
|
||||
'("Ingo Lohmar" . "i.lohmar@gmail.com")
|
||||
:keywords
|
||||
'("abbrev" "convenience" "matching")
|
||||
:url "https://github.com/company-mode/company-statistics")
|
||||
;; Local Variables:
|
||||
;; no-byte-compile: t
|
||||
;; End:
|
||||
: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")))
|
||||
|
||||
@@ -4,7 +4,8 @@
|
||||
|
||||
;; Author: Ingo Lohmar <i.lohmar@gmail.com>
|
||||
;; URL: https://github.com/company-mode/company-statistics
|
||||
;; Version: 0.2.3
|
||||
;; Package-Version: 20170210.1933
|
||||
;; Package-Revision: e62157d43b2c
|
||||
;; Keywords: abbrev, convenience, matching
|
||||
;; Package-Requires: ((emacs "24.3") (company "0.8.5"))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user