[GNU ELPA] Sxhkdrc-Mode version 1.2.0
ELPA update <[email protected]>
| Newsgroups | gmane.emacs.sources |
|---|---|
| Message-ID | <[email protected]> |
Version 1.2.0 of package Sxhkdrc-Mode has just been released in GNU ELPA.
You can now find it in M-x list-packages RET.
Sxhkdrc-Mode describes itself as:
======================================================
Major mode for sxhkdrc files (Simple X Hot Key Daemon)
======================================================
More at https://elpa.gnu.org/packages/sxhkdrc-mode.html
## Summary:
# sxhkdrc-mode for GNU Emacs
This is a major mode for editing `sxhkdrc` files. SXHKD is the Simple
X Hot Key Daemon which is commonly used in minimalist desktop sessions
on Xorg (I use it with bspwm, herbstluftwm, and i3wm). The `sxhkdrc`
file configures key chords, binding them to commands. For the
technicalities, read the manpage `sxhkd(1)`.
+ Package name (GNU ELPA): `sxhkdrc-mode`
+ Git repositories:
+ GitHub: <https://github.com/protesilaos/sxhkdrc-mode>
+ GitLab: <https://gitlab.com/protesilaos/sxhkdrc-mode>
+ Backronym: Such Xenotropic Hot Keys Demonstrate Robustness and
Configurability ... mode.
## Usage
Install the mode and use with any `sxhkdrc` file:
```elisp
(use-package sxhkdrc-mode
:ensure t
:mode "sxhkdrc.*")
```
## Recent NEWS:
[Not provided 🙁]