1
0
mirror of https://github.com/m00natic/vlfi.git synced 2025-01-18 12:05:31 +00:00

View Large File

An Emacs mode that allows viewing files in chunks. This is a fork that builds on the GNU ELPA vlf.el.

Usage tips

When opening file, by default Emacs checks its size against `large-file-warning-threshold' and if larger asks for confirmation. To add vlf as an option in these cases:

(if (fboundp 'vlf-if-file-too-large)
    (fset 'abort-if-file-too-large 'vlf-if-file-too-large))
Description
No description provided
Readme 447 KiB
Languages
Emacs Lisp 100%