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

Update `vlf-if-file-too-large' example usage.

This commit is contained in:
Andrey Kotlarski 2013-01-13 13:27:57 +02:00
parent 2edbb6b3c7
commit e740b91bb6

View File

@ -10,5 +10,6 @@ When opening file, by default Emacs checks its size against
To add vlf as an option in these cases:
#+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