File: developing.rst

package info (click to toggle)
silversearcher-ag-el 0.48-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 472 kB
  • sloc: lisp: 540; makefile: 158; python: 30; sh: 7
file content (18 lines) | stat: -rw-r--r-- 492 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
Developing ag.el
================

Contributing to ag.el is just a matter of editing the ag.el file and
sending a pull request on GitHub.

Using flycheck (optional)
-------------------------

If you're using flycheck, you can configure it to check ag.el.

First, you will need to install `Cask <http://cask.readthedocs.org/en/latest/>`_.
You can then install the ag.el dependencies::

    $ cask install

Flycheck will now check ag.el, including arguments of functions in
included libraries.