~grtcdr/darkman.el

Seamless integration between Darkman and Emacs using the D-Bus protocol

7f897f8 Link to git-send-email.io

17 days ago

098e7e5 Remove README.org

17 days ago

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