[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
preview-auto.el & preview-tailor.el
From: |
Paul Nelson |
Subject: |
preview-auto.el & preview-tailor.el |
Date: |
Mon, 22 Apr 2024 16:22:27 +0200 |
Here are a couple further packages I'm hoping to submit (after
14.0.5), this time related to preview.
* preview-auto requires the latest master
(4731168eca3f103732a026f70912597faef8bd99). It adds a keybinding "C-c
C-p C-a" that activates a minor mode in which previews automatically
generate near the visible part of the buffer. It combines well with
the following recently-added settings:
(setq preview-protect-point t)
(setq preview-locating-previews-message nil)
(setq preview-leave-open-previews-visible t)
The following is also useful, since DVI's generate faster than PDF's.
(setq preview-LaTeX-command-replacements '(preview-LaTeX-disable-pdfoutput))
* preview-tailor provides a preview-scale-function that is intended to
be easy to customize on a per-monitor basis (and otherwise): just add
(preview-tailor-init) to your init file, use M-x
preview-tailor-set-multiplier to change the scale for the current
monitor, and M-x preview-tailor-save to save your settings.
Both attached and available at
https://github.com/ultronozm/preview-auto.el and
https://github.com/ultronozm/preview-tailor.el. Any feedback welcome.
Thanks, best,
Paul
preview-auto.el
Description: Binary data
preview-tailor.el
Description: Binary data
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- preview-auto.el & preview-tailor.el,
Paul Nelson <=