Skip to content

Latest commit

 

History

History
57 lines (39 loc) · 1.67 KB

README.org

File metadata and controls

57 lines (39 loc) · 1.67 KB

darkman.el

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/[email protected]. 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.