Skip to content

Commit

Permalink
docs: mention new options in dirvish-side
Browse files Browse the repository at this point in the history
  • Loading branch information
alexluigit committed Feb 26, 2025
1 parent 7af7ef9 commit 3a4edf6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions docs/EXTENSIONS.org
Original file line number Diff line number Diff line change
Expand Up @@ -171,6 +171,9 @@ the appearance of the icons, you have these options:
This extension provides the ~dirvish-side~ command. It toggles a Dirvish session
as a sidebar in the frame. These customization options are available:

+ ~dirvish-side-attributes~: like ~dirvish-attributes~, but for side window.
+ ~dirvish-side-mode-line-format~: like ~dirvish-mode-line-format~, but for side window.
+ ~dirvish-side-header-line-format~: like ~dirvish-header-line-format~, but for side window.
+ ~dirvish-side-display-alist~: Display actions for the side window.
+ ~dirvish-side-window-parameters~: Window parameters for the side window.
+ ~dirvish-side-width~: Width of the side window.
Expand Down
2 changes: 1 addition & 1 deletion extensions/dirvish-peek.el
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ one of categories in `dirvish-peek-categories'."
(dirvish-prop :dv (dv-id new-dv))
(dirvish-prop :preview-dps
(if (file-remote-p default-directory) '(dirvish-tramp-dp)
(dv-preview-dispatchers dv))))))
(dv-preview-dispatchers new-dv))))))

(defun dirvish-peek-update-h ()
"Hook for `post-command-hook' to update peek window."
Expand Down

0 comments on commit 3a4edf6

Please sign in to comment.