darkman.el

This package provides seamless integration between Darkman and Emacs using the D-Bus protocol.

Documentation is available in a number of formats:

Installation

This package is available from MELPA provided you've added that to the list of package archives to fetch from, install it by evaluating:

(package-install 'darkman)

For a manual installation, begin by cloning the repository:

git clone --branch 1.0.2 https://github.com/grtcdr/darkman.el darkman

Next, add the package to your load path:

(add-to-list 'load-path "darkman")

Finally, require the package like so:

(require 'darkman)