Homepage: https://github.com/emacs-helm/helm-delicious
Author: thierry
Updated:
Helm extensions for delicious bookmarks
========== Helm interface for Delicious bookmarks. This code use curl and wget. You need to install `helm' also. Install: ======= Add to .emacs: (require 'helm-delicious) after subscribing to http://delicious.com/ Setup your login and delicious password: You can set it up in your init file with `helm-delicious-user' and `helm-delicious-password' (use setq) or better: Add a line like this in your .authinfo file: machine api.del.icio.us:443 port https login xxxxx password xxxxx and add to you init file (.emacs): (require 'auth-source) (if (file-exists-p "~/.authinfo.gpg") (setq auth-sources '((:source "~/.authinfo.gpg" :host t :protocol t))) (setq auth-sources '((:source "~/.authinfo" :host t :protocol t)))) Warning: DON'T CALL `helm-delicious-authentify', this will set your login and password globally. Use: === M-x helm-delicious That should create a "~/.delicious-cache" file. (you can set that to another value with `helm-c-delicious-cache-file') You can also add `helm-c-source-delicious-tv' to the `helm-sources'.