update packages
This commit is contained in:
@@ -1,14 +1,11 @@
|
||||
(define-package "org-table-sticky-header" "20190924.506" "Sticky header for org-mode tables"
|
||||
'((org "8.2.10")
|
||||
;; -*- no-byte-compile: t; lexical-binding: nil -*-
|
||||
(define-package "org-table-sticky-header" "20190924.506"
|
||||
"Sticky header for org-mode tables."
|
||||
'((org "8.2.10")
|
||||
(emacs "24.4"))
|
||||
:commit "b65442857128ab04724aaa301e60aa874a31a798" :authors
|
||||
'(("Junpeng Qiu" . "qjpchmail@gmail.com"))
|
||||
:maintainers
|
||||
'(("Junpeng Qiu" . "qjpchmail@gmail.com"))
|
||||
:maintainer
|
||||
'("Junpeng Qiu" . "qjpchmail@gmail.com")
|
||||
:keywords
|
||||
'("extensions"))
|
||||
;; Local Variables:
|
||||
;; no-byte-compile: t
|
||||
;; End:
|
||||
:url "https://github.com/cute-jumper/org-table-sticky-header"
|
||||
:commit "b65442857128ab04724aaa301e60aa874a31a798"
|
||||
:revdesc "b65442857128"
|
||||
:keywords '("extensions")
|
||||
:authors '(("Junpeng Qiu" . "qjpchmail@gmail.com"))
|
||||
:maintainers '(("Junpeng Qiu" . "qjpchmail@gmail.com")))
|
||||
|
||||
@@ -4,7 +4,8 @@
|
||||
|
||||
;; Author: Junpeng Qiu <qjpchmail@gmail.com>
|
||||
;; Keywords: extensions
|
||||
;; Version: 0.1.0
|
||||
;; Package-Version: 20190924.506
|
||||
;; Package-Revision: b65442857128
|
||||
;; Package-Requires: ((org "8.2.10") (emacs "24.4"))
|
||||
|
||||
;; This program is free software; you can redistribute it and/or modify
|
||||
|
||||
Reference in New Issue
Block a user