evernote-mode
evernote-mode copied to clipboard
put on ELPA, MELPA, or MARMALADE?
There seems to be an earlier version (from whence this was forked?) on Marmalade, which doesn't work with newer versions of Ruby. Any chance of getting this version on one of the package sites so it can update cleanly?
Well, I think that's a good idea. It's still kind of messy and I'd like to clean it up some, but I'll look into that.
The old version seems gone now.
I use el-get to manage my packages. It allows me to do this:
(el-get-bundle evernote-mode
:url "https://github.com/pymander/evernote-mode.git"
(require 'evernote-mode)
(require 'org-evernote)
)