MELPA

From WikEmacs
Jump to navigation Jump to search

MELPA (or Milkypostman’s ELPA or Milkypostman’s Experimental Lisp Package Repository if you’re not into the whole brevity thing) is a package.el repository for development versions of Emacs packages (hot from the repo).

Basic setup

(add-to-list 'package-archives
             '("melpa" . "http://melpa.milkbox.net/packages/") t)

Helpful keybindings

See Also

I have been looking tuoghrh this library and it is very comprehensive and easy to install. My question is, I don't see how to test to see if someone is logged in or not? I am sure I am just missing the nuance of how this library works.I am guessing that the basic premise is, in your controller, you test if someone has authenticated or not, if not you send them to the openid controller to authenticate. Once authenticated you route them back to the calling controller.But from the documentation I don't really see how to do that.Any insight would be appreciated. Thanks.

Tutorial Pages