branch: externals/dired-preview commit 75b54fbaa7378603dab8b02b005173fcb26235aa Author: Protesilaos Stavrou <i...@protesilaos.com> Commit: Protesilaos Stavrou <i...@protesilaos.com>
Make stylistic change to how hexl-mode is enabled --- dired-preview.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dired-preview.el b/dired-preview.el index ef57c1dc46..0680efc8dd 100644 --- a/dired-preview.el +++ b/dired-preview.el @@ -505,7 +505,7 @@ The size of the leading chunk is specified by (insert-file-contents file nil 1 dired-preview-chunk-size 'replace) (when (eq buffer-file-coding-system 'no-conversion) (let ((hexl-follow-ascii nil)) - (hexl-mode))) + (hexl-mode 1))) (dired-preview--add-truncation-message) (read-only-mode t) ;; Because this buffer is not marked as visiting FILE, we need to keep