1
0
mirror of https://github.com/m00natic/vlfi.git synced 2025-01-18 20:10:47 +00:00

Don't apply VLF by default over image and pdf files.

This commit is contained in:
Andrey Kotlarski 2013-12-11 16:15:26 +02:00
parent d1af56d776
commit ea46386cbc

5
vlf.el
View File

@ -160,8 +160,9 @@ You can customize number of bytes displayed by customizing
'(define-key dired-mode-map "V" 'dired-vlf)) '(define-key dired-mode-map "V" 'dired-vlf))
;;;###autoload ;;;###autoload
(defcustom vlf-forbidden-modes-list '(archive-mode tar-mode jka-compr (defcustom vlf-forbidden-modes-list
git-commit-mode) '(archive-mode tar-mode jka-compr git-commit-mode image-mode
doc-view-mode doc-view-mode-maybe)
"Major modes which VLF will not be automatically applied to." "Major modes which VLF will not be automatically applied to."
:group 'vlf :group 'vlf
:type '(list symbol)) :type '(list symbol))