mirror of
				https://github.com/m00natic/vlfi.git
				synced 2025-10-30 22:53:37 +00:00 
			
		
		
		
	Don't apply VLF by default over image and pdf files.
This commit is contained in:
		
							
								
								
									
										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)) | ||||
|   | ||||
		Reference in New Issue
	
	Block a user