File: control

package info (click to toggle)
ibuffer-projectile 0.4-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 80 kB
  • sloc: lisp: 95; makefile: 2
file content (24 lines) | stat: -rw-r--r-- 920 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
Source: ibuffer-projectile
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.6.2
Rules-Requires-Root: no
Homepage: https://github.com/purcell/ibuffer-projectile
Vcs-Browser: https://salsa.debian.org/emacsen-team/ibuffer-projectile
Vcs-Git: https://salsa.debian.org/emacsen-team/ibuffer-projectile.git

Package: elpa-ibuffer-projectile
Architecture: all
Depends: ${elpa:Depends},
         ${misc:Depends}
Recommends: emacs
Enhances: emacs
Description: group buffers in ibuffer list by Projectile project
 Emacs' ibuffer-mode is a wonderful replacement for the built-in list-buffer
 command, and allows buffers to be grouped programmatically, e.g. by major mode.
 .
 This package lets you group your buffers by their Projectile root directory.