File: control

package info (click to toggle)
emacs-highlight-indentation 0.7.0-6
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 80 kB
  • sloc: lisp: 184; makefile: 2
file content (30 lines) | stat: -rw-r--r-- 1,088 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
Source: emacs-highlight-indentation
Section: lisp
Priority: optional
Maintainer: Debian Emacsen team <debian-emacsen@lists.debian.org>
Uploaders: Lev Lamberov <dogsleg@debian.org>
Build-Depends: debhelper-compat (= 13),
               dh-elpa
Standards-Version: 4.5.1
Rules-Requires-Root: no
Homepage: https://github.com/antonj/Highlight-Indentation-for-Emacs
Vcs-Git: https://salsa.debian.org/emacsen-team/emacs-highlight-indentation.git
Vcs-Browser: https://salsa.debian.org/emacsen-team/transmission-el

Package: elpa-highlight-indentation
Architecture: all
Depends: ${elpa:Depends},
         ${misc:Depends}
Recommends: emacs (>= 46.0)
Enhances: emacs
Description: highlight the indentation level in Emacs buffers
 This package provides two Emacs minor modes:
 .
 * highlight-indentation-mode displays guides at each indentation
   level
 * highlight-indentation-current-column-mode displays guides
   indicating other lines indented to the same level as the line
   containing point
 .
 These modes are useful for programming in language like Python which
 use semantic indentation.