xFA25E / sxhkd-mode

Emacs mode for editing sxhkd configuration file

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

sxhkd-mode

A major mode for editing sxhkdrc

Set up like this:

(add-to-list 'auto-mode-alist `(,(rx "sxhkdrc" string-end) . sxhkd-mode))

This mode also can reload your config after save.

Customize sxhkd-mode-reload-config

About

Emacs mode for editing sxhkd configuration file


Languages

Language:Emacs Lisp 100.0%