Skip to content

bakotaco/osx-keychain.el

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

osx-keychain.el

osx-keychain.el allows you to access OS X Keychain entries using Emacs. This allows one to store passwords used by Emacs packages such as erc and emacs-jabber safely in OS X Keychain.

Installation

TODO

Example usage

Here is how you might use osx-keychain.el to configure emacs-jabber:

(setq jabber-account-list
      `(("[email protected]"
	 (:network-server . "jabber.example.com")
         (:connection-type . ssl)
	 (:password . ,(find-keychain-internet-password "[email protected]" "jabber.example.com")))))

About

Integrating OS X Keychain with Emacs

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published