mirror of
https://github.com/m00natic/vlfi.git
synced 2025-01-18 12:05:31 +00:00
Don't apply VLF by default over image and pdf files.
This commit is contained in:
parent
d1af56d776
commit
ea46386cbc
5
vlf.el
5
vlf.el
@ -160,8 +160,9 @@ You can customize number of bytes displayed by customizing
|
||||
'(define-key dired-mode-map "V" 'dired-vlf))
|
||||
|
||||
;;;###autoload
|
||||
(defcustom vlf-forbidden-modes-list '(archive-mode tar-mode jka-compr
|
||||
git-commit-mode)
|
||||
(defcustom vlf-forbidden-modes-list
|
||||
'(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."
|
||||
:group 'vlf
|
||||
:type '(list symbol))
|
||||
|
Loading…
x
Reference in New Issue
Block a user