mirror of
https://github.com/m00natic/vlfi.git
synced 2025-01-18 12:05:31 +00:00
Fix autoloads in last commit.
This commit is contained in:
parent
9c50487982
commit
152462a654
4
vlf.el
4
vlf.el
@ -159,14 +159,14 @@ You can customize number of bytes displayed by customizing
|
||||
(eval-after-load "dired"
|
||||
'(define-key dired-mode-map "V" 'dired-vlf))
|
||||
|
||||
;;;####autoload
|
||||
;;;###autoload
|
||||
(defcustom vlf-forbidden-modes-list '(archive-mode tar-mode jka-compr
|
||||
git-commit-mode)
|
||||
"Major modes which VLF will not be automatically applied to."
|
||||
:group 'vlf
|
||||
:type '(list symbol))
|
||||
|
||||
;;;####autoload
|
||||
;;;###autoload
|
||||
(defun vlf-determine-major-mode (filename)
|
||||
"Determine major mode from FILENAME."
|
||||
(let ((name filename)
|
||||
|
Loading…
x
Reference in New Issue
Block a user