update packages
This commit is contained in:
@@ -1,15 +1,11 @@
|
||||
(define-package "company-ledger" "20210910.250" "Fuzzy auto-completion for Ledger & friends"
|
||||
'((emacs "24.3")
|
||||
;; -*- no-byte-compile: t; lexical-binding: nil -*-
|
||||
(define-package "company-ledger" "20210910.250"
|
||||
"Fuzzy auto-completion for Ledger & friends."
|
||||
'((emacs "24.3")
|
||||
(company "0.8.0"))
|
||||
:commit "55fdddd6c5e9c061c685b474ef5e148a4ac9b576" :authors
|
||||
'(("Debanjum Singh Solanky" . "debanjumATgmailDOTcom"))
|
||||
:maintainers
|
||||
'(("Debanjum Singh Solanky" . "debanjumATgmailDOTcom"))
|
||||
:maintainer
|
||||
'("Debanjum Singh Solanky" . "debanjumATgmailDOTcom")
|
||||
:keywords
|
||||
'("abbrev" "matching" "auto-complete" "beancount" "ledger" "company")
|
||||
:url "https://github.com/debanjum/company-ledger")
|
||||
;; Local Variables:
|
||||
;; no-byte-compile: t
|
||||
;; End:
|
||||
:url "https://github.com/debanjum/company-ledger"
|
||||
:commit "55fdddd6c5e9c061c685b474ef5e148a4ac9b576"
|
||||
:revdesc "55fdddd6c5e9"
|
||||
:keywords '("abbrev" "matching" "auto-complete" "beancount" "ledger" "company")
|
||||
:authors '(("Debanjum Singh Solanky" . "debanjumATgmailDOTcom"))
|
||||
:maintainers '(("Debanjum Singh Solanky" . "debanjumATgmailDOTcom")))
|
||||
|
||||
@@ -5,7 +5,8 @@
|
||||
;; Author: Debanjum Singh Solanky <debanjum AT gmail DOT com>
|
||||
;; Description: Fuzzy auto-completion for ledger & friends
|
||||
;; Keywords: abbrev, matching, auto-complete, beancount, ledger, company
|
||||
;; Version: 0.1.0
|
||||
;; Package-Version: 20210910.250
|
||||
;; Package-Revision: 55fdddd6c5e9
|
||||
;; Package-Requires: ((emacs "24.3") (company "0.8.0"))
|
||||
;; URL: https://github.com/debanjum/company-ledger
|
||||
|
||||
|
||||
Reference in New Issue
Block a user