+sxhkd mode

This commit is contained in:
dx
2020-06-20 00:32:18 +01:00
parent b4c756168d
commit 415b84ab26

View File

@@ -341,6 +341,16 @@ Powerthesaurus for thesaurus on writer files
"r" #'haskell-process-reload
"o" #'haskell-process-start)
#+END_SRC
** Sxhkd
#+BEGIN_SRC elisp
(define-generic-mode sxhkd-mode
'(?#)
'("alt" "Escape" "super" "bspc" "ctrl" "space" "shift" "hyper" "XF86*")
'("{" "}")
'("sxhkdrc")
nil
"Simple mode for sxhkdrc files.")
#+END_SRC
* Key-map
General keymap
** Personal