Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

https://github.com/ymarco/sxhkd-mode

A simple Emacs major mode to edit sxhkd config files
https://github.com/ymarco/sxhkd-mode

emacs emacs-lisp sxhkd sxhkd-mode

Last synced: 3 months ago
JSON representation

A simple Emacs major mode to edit sxhkd config files

Lists

README

        

# Emacs sxhkd-mode

A very simple major mode to edit [sxhkd](https://github.com/baskerville/sxhkd) config files.

![screenshot](https://raw.githubusercontent.com/yoavm448/sxhkd-mode/master/screenshot.png)

This mode inherits from `sh-mode`, and just adds some faces to highlight key
names (`ctrl`, `Print`...)

Use C-c C-c (`sxhkd-update-sxhkd`) to update sxhkd through a `USR1` signal.