[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] externals/preview-tailor fc38cb576f 07/16: clarity
From: |
ELPA Syncer |
Subject: |
[elpa] externals/preview-tailor fc38cb576f 07/16: clarity |
Date: |
Thu, 6 Jun 2024 04:00:09 -0400 (EDT) |
branch: externals/preview-tailor
commit fc38cb576f57712a2d68919f17b3b4a1af4a2e18
Author: Paul Nelson <ultrono@gmail.com>
Commit: Paul Nelson <ultrono@gmail.com>
clarity
---
README.org | 2 +-
preview-tailor.el | 1 -
2 files changed, 1 insertion(+), 2 deletions(-)
diff --git a/README.org b/README.org
index 3db794bd29..0c74fa1365 100644
--- a/README.org
+++ b/README.org
@@ -12,7 +12,7 @@ Download this repository, install using =M-x
package-install-file= (or package-v
:config
(preview-tailor-init))
#+end_src
-The function =preview-tailor-init= sets the customization variable
=preview-scale-function= to a function internal to this package that provides
the calculation, so make sure you don't set the variable
=preview-scale-function= elsewhere in your init file.
+The function =preview-tailor-init= sets the customization variable
=preview-scale-function= to a function internal to this package that provides
the calculation, so make sure you don't modify that variable elsewhere in your
init file.
This package calculates the preview scale by multiplying together three
factors:
diff --git a/preview-tailor.el b/preview-tailor.el
index 9f36498bcd..331f7f2304 100644
--- a/preview-tailor.el
+++ b/preview-tailor.el
@@ -35,7 +35,6 @@
'((() . 1.0))
"Alist mapping lists of monitor attributes to multipliers.
-
Each monitor is described by a list of its attributes, which
should be a subset of those returned by
`frame-monitor-attributes'. The empty list of attributes ()
- [elpa] branch externals/preview-tailor created (now 0904a48f72), ELPA Syncer, 2024/06/06
- [elpa] externals/preview-tailor 2bd69c2916 01/16: Initial commit, ELPA Syncer, 2024/06/06
- [elpa] externals/preview-tailor 30ef584010 02/16: Add files via upload, ELPA Syncer, 2024/06/06
- [elpa] externals/preview-tailor 88246e0095 03/16: init, ELPA Syncer, 2024/06/06
- [elpa] externals/preview-tailor 302b378c9e 13/16: Update preview-tailor.el, ELPA Syncer, 2024/06/06
- [elpa] externals/preview-tailor 4f27984034 12/16: remove auctex dependency, ELPA Syncer, 2024/06/06
- [elpa] externals/preview-tailor 1784736b3d 11/16: added buffer-local preview-tailor-local-multiplier, ELPA Syncer, 2024/06/06
- [elpa] externals/preview-tailor 5b32613df1 04/16: typo, ELPA Syncer, 2024/06/06
- [elpa] externals/preview-tailor 0b028a9d05 05/16: clarify, ELPA Syncer, 2024/06/06
- [elpa] externals/preview-tailor fc38cb576f 07/16: clarity,
ELPA Syncer <=
- [elpa] externals/preview-tailor 2010b383b3 10/16: add preview-tailor-additional-factor-function, ELPA Syncer, 2024/06/06
- [elpa] externals/preview-tailor 8a1aab7498 15/16: tidy, ELPA Syncer, 2024/06/06
- [elpa] externals/preview-tailor 0904a48f72 16/16: some docs added, ELPA Syncer, 2024/06/06
- [elpa] externals/preview-tailor f54e2b333a 14/16: save monitor-specific settings in dotfile rather than defcustom, ELPA Syncer, 2024/06/06
- [elpa] externals/preview-tailor d75cb788ae 06/16: typo, ELPA Syncer, 2024/06/06
- [elpa] externals/preview-tailor 6b7604e16d 08/16: preview-tailor-save, ELPA Syncer, 2024/06/06
- [elpa] externals/preview-tailor 3bf5c787c4 09/16: mention save hook option, ELPA Syncer, 2024/06/06