olivetti-mode 2.0.5-1 source package in Ubuntu

Changelog

olivetti-mode (2.0.5-1) unstable; urgency=medium

  * New upstream release.
  * Rebase patch onto this release.
  * Drop version qualifier for emacs Recommends, because even oldoldstable has
    the required version.
  * Update upstream copyright years as well as my years.
  * Update Upstream-Contact.
  * No longer specify "NEWS" in d/docs, because upstream has migrated it to
    markdown, which is already handled by the "*.md" rule.
  * Declare Standards-Version 4.6.2 (no changes required).

 -- Nicholas D Steeves <email address hidden>  Sat, 18 Nov 2023 15:13:42 -0500

Upload details

Uploaded by:
Debian Emacsen team
Uploaded to:
Sid
Original maintainer:
Debian Emacsen team
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe misc
Noble release universe misc

Builds

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
olivetti-mode_2.0.5-1.dsc 1.9 KiB c58d78edb17c0ed7b08df10f1e7259e269ddd6bb645f0905294badc1aa791348
olivetti-mode_2.0.5.orig.tar.xz 635.8 KiB 29d7a3f68aed7b42ff1dce045446e6d825f322ceb4471c9257e522974e320986
olivetti-mode_2.0.5-1.debian.tar.xz 4.7 KiB 4420337378deafa53d50cef47a7da45f65d943455b95c87eb208d7d92b123e3f

Available diffs

No changes file available.

Binary packages built by this source

elpa-olivetti: Emacs minor mode to more comfortably read and write long-lined prose

 Olivetti, a minor mode for Emacs, displays content soft-wrapped to a
 comfortable width, centered inside the larger window. The visual effect of
 this is similar to the sheet of paper in WYSIWYG word-processors such as
 LibreOffice, and is similar to distraction-limiting software such as
 FocusWriter, WriteRoom, and various Markdown editors. Olivetti-mode is
 usually used for writing prose and long documents, but when used for reading
 it may slightly increase one's reading speed and one's ability to recall the
 material.
 .
 Features:
   * Exclusively affects buffers for which it has been activated.
   * Dynamically manages window margins so that text remains centered.
   * Interactive modification of `text-body-width` at any time.
   * When `olivetti-body-width` is set to an integer, the text area will
     scale with the size of the font; whereas, when a fraction or float
     is used, the apparent size of the text area will remain visually
     proportioned to the size of the window.
   * Optionally remember the state of visual-line-mode on entry and recall
     its state on exit. Olivetti enables visual-line-mode by default.