aerz / darkman.el

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

Home Page:https://grtcdr.tn/darkman.el

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

darkman.el

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

Documentation is available in a number of formats:

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:

(package-install 'darkman)

For a manual installation, begin by cloning the repository:

git clone --branch 1.0.1 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)

Contributors

  • Agustín Cisneros
  • Aleksei Fedotov
  • Chris Rayner
  • Jonas Bernoulli
  • Nicolas Vollmer

Want to contribute to the package? Pick something from the to-do list.

Citing

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
}

About

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

https://grtcdr.tn/darkman.el

License:ISC License


Languages

Language:Emacs Lisp 95.7%Language:Makefile 4.3%