Thanks to visit codestin.com
Credit goes to github.com

Skip to content
forked from kmonad/kbd-mode

Emacs mode for syntax highlighting kmonad's .kbd files.

License

klavul/kbd-mode

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 

Repository files navigation

kbd-mode

An Emacs mode for syntax highlighting kmonad's .kbd files. Because the configuration language is very close to a LISP, inheriting from any of Emacs' many LISP modes will also give us sensible parenthesis handling for free!

Installation

Manually

Copy kbd-mode.el into a directory within your load-path and require it. For example---assuming that this file was placed within the ~/.config/emacs/elisp directory:

(add-to-list 'load-path "~/.config/emacs/elisp/")
(require 'kbd-mode)

If you use use-package, you can express the above as

(use-package kbd-mode
  :load-path "~/.config/emacs/elisp/")

GNU Guix

guix install emacs-kbd

About

Emacs mode for syntax highlighting kmonad's .kbd files.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Emacs Lisp 100.0%