~grtcdr/darkman.el

Seamless integration between Darkman and Emacs using the D-Bus protocol
Rename MANUAL to the name of the library
136eac62 — grtcdr 8 months ago
Update contact information
ecbeeee3 — grtcdr 9 months ago
Define a hook to run functions when the mode is changed

clone

read-only
https://git.sr.ht/~grtcdr/darkman.el
read/write
git@git.sr.ht:~grtcdr/darkman.el

You can also use your local clone with git send-email.

#Introduction

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

Documentation is available in HTML, PDF and Info.

#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 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)

#Support

If you wish to contribute a patch, inquire about something or share your feedback, you are welcome to send an email to ~grtcdr/pub@lists.sr.ht. If you encounter issues of any kind, please file them in the project's ticket tracker.

#Acknowledgment

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.