File: control

package info (click to toggle)
super-save-el 0.3.0-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 88 kB
  • sloc: lisp: 86; makefile: 6
file content (25 lines) | stat: -rw-r--r-- 919 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
Source: super-save-el
Section: lisp
Priority: optional
Maintainer: Debian Emacsen team <debian-emacsen@lists.debian.org>
Uploaders: Lev Lamberov <dogsleg@debian.org>
Build-Depends: debhelper (>= 11),
               dh-elpa
Standards-Version: 4.2.1
Rules-Requires-Root: no
Homepage: https://github.com/bbatsov/super-save
Vcs-Browser: https://salsa.debian.org/emacsen-team/super-save-el
Vcs-Git: https://salsa.debian.org/emacsen-team/super-save-el.git

Package: elpa-super-save
Architecture: all
Depends: ${elpa:Depends},
         ${misc:Depends}
Recommends: emacs (>= 46.0)
Enhances: emacs,
          emacs25
Description: auto-save buffers, based on your activity
 This package provides Emacs mode that auto-saves your buffers, when
 certain events happen - e.g. you switch between buffers, an Emacs
 frame loses focus, etc. One can think of it as both something that
 augments and replaces the standard auto-save-mode.