summaryrefslogtreecommitdiffstats
path: root/emacs-lisp/fill-column-indicator/DETAILS
blob: 6fdf6702bb88887e726d623cc7883221a94dc46f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
           SPELL=fill-column-indicator
if [ "$FILL_COLUMN_INDICATOR_AUTOUPDATE" == y ]; then
         VERSION=$(date +%Y%m%d)
else
         VERSION=git
fi
          SOURCE="${SPELL}-git.tar.bz2"
   SOURCE_URL[0]=git://github.com/alpaker/Fill-Column-Indicator.git:${SPELL}-git
  FORCE_DOWNLOAD=on
   SOURCE_IGNORE=volatile
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-git"
        WEB_SITE="https://github.com/alpaker/Fill-Column-Indicator"
      LICENSE[0]=GPL
         ENTERED=20111108
           SHORT="An Emacs minor mode that graphically indicates the fill column"
cat << EOF
Many modern editors and IDEs can graphically indicate the location of the fill
column by drawing a thin line (in design parlance, a "rule") down the length of
the editing window. Fill-column-indicator implements this facility in Emacs.
EOF