mirror of
				https://github.com/m00natic/vlfi.git
				synced 2025-10-31 07:03:35 +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)) |   '(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)) | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user