[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] externals/dired-preview 9b4f92597a: Use 'window-width' to fix sam
From: |
ELPA Syncer |
Subject: |
[elpa] externals/dired-preview 9b4f92597a: Use 'window-width' to fix sample code in the manual |
Date: |
Wed, 4 Dec 2024 12:58:19 -0500 (EST) |
branch: externals/dired-preview
commit 9b4f92597a70b17ba2940c994d7c0d2864c814c2
Author: Protesilaos Stavrou <info@protesilaos.com>
Commit: Protesilaos Stavrou <info@protesilaos.com>
Use 'window-width' to fix sample code in the manual
Thanks to Ramon Diaz-Uriarte and artelse for bringing this matter to
my attention in issues 18 and 19:
- <https://github.com/protesilaos/dired-preview/issues/18>
- <https://github.com/protesilaos/dired-preview/issues/19>
---
README.org | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/README.org b/README.org
index 747b1f1b2e..9c56f9d873 100644
--- a/README.org
+++ b/README.org
@@ -163,7 +163,7 @@ Users can specify their own conditions with something like
this:
"My preferred `dired-preview-display-action-alist-function'."
'((display-buffer-in-side-window)
(side . right)
- (width . 0.3)))
+ (window-width . 0.3)))
(setq dired-preview-display-action-alist #'my-dired-preview-to-the-right)
#+end_src
@@ -338,7 +338,7 @@ matters.
Stefan Monnier, Philip Kaludercic, Nofint.
+ Ideas and/or user feedback :: Bruno Boal, Ed Hamilton, Karthik
- Chikmagalur, Peter Prevos.
+ Chikmagalur, Peter Prevos, Ramon Diaz-Uriarte, artelse.
* GNU Free Documentation License
:PROPERTIES:
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [elpa] externals/dired-preview 9b4f92597a: Use 'window-width' to fix sample code in the manual,
ELPA Syncer <=