branch: externals/vlf
commit 78cd8fc143faf4531657324c065d1de56ed82518
Author: Andrey Kotlarski <[email protected]>
Commit: Andrey Kotlarski <[email protected]>

    Add latest changes from GNU ELPA vlf.el.
---
 vlf.el | 31 +++++++++++++++++++++++++++++++
 1 file changed, 31 insertions(+)

diff --git a/vlf.el b/vlf.el
index df72692..e7150e9 100644
--- a/vlf.el
+++ b/vlf.el
@@ -147,6 +147,37 @@ You can customize the number of bytes to
     (vlf-mode)
     (display-buffer (current-buffer))))
 
+(defun dired-vlf ()
+  "In Dired, visit the file on this line in VLF mode."
+  (interactive)
+  (vlf (dired-get-file-for-visit)))
+
+(eval-after-load "dired" '(define-key dired-mode-map "V" 'dired-vlf))
+
+;;;; ChangeLog:
+
+;; 2012-11-29  Sam Steingold  <[email protected]>
+;; 
+;;     hook into dired
+;; 
+;; 2012-06-17  Chong Yidong  <[email protected]>
+;; 
+;;     vlf.el: Improve commentary.
+;; 
+;; 2012-06-15  Sam Steingold  <[email protected]>
+;; 
+;;     fix vlf-change-batch-size binding
+;; 
+;; 2012-06-14  Sam Steingold  <[email protected]>
+;; 
+;;     complete rewrite by Sam Steingold
+;; 
+;; 2012-06-14  Sam Steingold  <[email protected]>
+;; 
+;;     View Large Files from Mathias Dahl
+;; 
+
+
 (provide 'vlf)
 
 ;;; vlf.el ends here

Reply via email to