We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
To setup the git linting hook to lint your src folder before commit, run the following from the repo's base directory:
src
ln -s $PWD/utils/linting-hook.sh $PWD/.git/hooks/pre-commit
To bind your .kite files to kite-mode in Emacs, do the following:
.kite
kite-mode
Add or link utils/kite-mode.el to your ~/.emacs.d/ or anywhere else in it's load path.
utils/kite-mode.el
~/.emacs.d/
Add the following to your ~/.emacs:
~/.emacs
(require 'kite-mode) (add-to-list 'auto-mode-alist '("\\.kite\\'" . kite-mode))
There was an error while loading. Please reload this page.