Skip to content

Commit 4e72482

Browse files
authoredJan 9, 2025
Merge pull request #29 from emacsmirror/expkg
2 parents 0e4c384 + aea5ea3 commit 4e72482

File tree

2 files changed

+10
-5
lines changed

2 files changed

+10
-5
lines changed
 

‎tumblesocks-pkg.el

-5
This file was deleted.

‎tumblesocks.el

+10
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,14 @@
55
;; Author: gcr <gcr@sneakygcr.net>
66
;; URL: http://github.com/gcr/tumblesocks
77
;; License: zlib
8+
;; Package-Version: 0.0.6
9+
;; Package-Requires: ((htmlize "1.39") (oauth "1.0.3") (markdown-mode "1.8.1"))
10+
11+
;;; Commentary:
12+
13+
;; An Emacs tumblr client.
14+
15+
;;; Code:
816

917
(defgroup tumblesocks nil
1018
"Emacs tumblr client"
@@ -16,3 +24,5 @@
1624
(require 'tumblesocks-view)
1725

1826
(provide 'tumblesocks)
27+
28+
;;; tumblesocks.el ends here

0 commit comments

Comments
 (0)