This package provides seamless integration between Darkman and Emacs using the D-Bus protocol.
Documentation is available in HTML, PDF and Info.
This package is available from MELPA provided you've added that to the list of package archives to fetch from, install it by evaluating the following:
(package-install 'darkman)
For a manual installation, begin by cloning the repository:
git clone --branch 1.0.3 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)
If you wish to contribute a patch, inquire about something or share your feedback, you are welcome to send an email to ~grtcdr/[email protected]. If you encounter issues of any kind, please file them in the project's ticket tracker.
I'd like to thank the following people for helping to improve this package:
- Agustín Cisneros
- Aleksei Fedotov
- Chris Rayner
- Jonas Bernoulli
- Nicolas Vollmer
Want to contribute? Pick something from the to-do list.