This package which has recently migrated to SourceHut provides seamless integration between Darkman and Emacs using the D-Bus protocol.
Documentation is available in a number of formats:
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)
- Agustín Cisneros
- Aleksei Fedotov
- Chris Rayner
- Jonas Bernoulli
- Nicolas Vollmer
Want to contribute to the package? Pick something from the to-do list.
If your research involves this project in any way, you may cite it like so:
@misc{ab23darkman,
author = {Aziz Ben Ali},
title = {Seamless integration between Darkman and Emacs using the D-Bus protocol},
url = {https://grtcdr.tn/darkman.el/},
year = 2023
}