mirror of
https://github.com/m00natic/vlfi.git
synced 2025-02-07 13:40:49 +00:00
Update `vlf-if-file-too-large' example usage.
This commit is contained in:
parent
2edbb6b3c7
commit
e740b91bb6
@ -10,5 +10,6 @@ When opening file, by default Emacs checks its size against
|
|||||||
To add vlf as an option in these cases:
|
To add vlf as an option in these cases:
|
||||||
|
|
||||||
#+BEGIN_SRC emacs-lisp
|
#+BEGIN_SRC emacs-lisp
|
||||||
(fset 'abort-if-file-too-large 'vlf-if-file-too-large)
|
(if (fboundp 'vlf-if-file-too-large)
|
||||||
|
(fset 'abort-if-file-too-large 'vlf-if-file-too-large))
|
||||||
#+END_SRC
|
#+END_SRC
|
||||||
|
Loading…
x
Reference in New Issue
Block a user