Skip to content

Commit

Permalink
Trying again with marmalade
Browse files Browse the repository at this point in the history
  • Loading branch information
gcr committed Sep 9, 2012
1 parent 7b66ef5 commit 7c725cf
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,11 +37,13 @@ Managing your posts:
How to connect Tumblesocks to your tumblr account
=================================================

Dependencies: First, you must install
Dependencies: First, you must install the following:

* Emacs 24
* [The Emacs OAuth library](https://github.com/psanford/emacs-oauth)
* `htmlize.el`, which is available [here](http://fly.srk.fer.hr/~hniksic/emacs/htmlize.el.cgi).
* `markdown-mode`, available [here](http://jblevins.org/projects/markdown-mode/).
* `json.el`, which is part of Emacs 24.

The first time you use Tumblesocks, you mist connect Emacs to your
tumblr account. This process is a bit convoluted, but you only have to
Expand Down
1 change: 1 addition & 0 deletions tumblesocks-api.el
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
;; Copyright (C) 2012 gcr

(require 'oauth)
(require 'json)
(provide 'tumblesocks-api)

(defcustom tumblesocks-consumer-key
Expand Down
5 changes: 5 additions & 0 deletions tumblesocks-pkg.el
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
(define-package "tumblesocks" "0.0.1"
"An Emacs tumblr client. See http://github.com/gcr/tumblesocks"
'(("htmlize" "1")
("oauth" "1.0.3")
("markdown-mode" "1.8.1")))

0 comments on commit 7c725cf

Please sign in to comment.