Skip to content

Commit

Permalink
Rename vlf-integrate.el to vlf-setup.el
Browse files Browse the repository at this point in the history
  • Loading branch information
m00natic committed Jan 1, 2015
1 parent ac1aa16 commit 4eaf763
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion README.org
Expand Up @@ -52,7 +52,7 @@ integer value).
To have *vlf* offered as choice when opening large files:

#+BEGIN_SRC emacs-lisp
(require 'vlf-integrate)
(require 'vlf-setup)
#+END_SRC

You can control when *vlf-mode* is invoked or offered with the
Expand Down
8 changes: 4 additions & 4 deletions vlf-integrate.el → vlf-setup.el
@@ -1,6 +1,6 @@
;;; vlf-integrate.el --- VLF integration with other packages -*- lexical-binding: t -*-
;;; vlf-setup.el --- VLF integration with other packages -*- lexical-binding: t -*-

;; Copyright (C) 2014 Free Software Foundation, Inc.
;; Copyright (C) 2014-2015 Free Software Foundation, Inc.

;; Keywords: large files, integration
;; Author: Andrey Kotlarski <m00naticus@gmail.com>
Expand Down Expand Up @@ -155,6 +155,6 @@ defined in FILE."
(eval-after-load "dired"
'(define-key dired-mode-map "V" 'dired-vlf))

(provide 'vlf-integrate)
(provide 'vlf-setup)

;;; vlf-integrate.el ends here
;;; vlf-setup.el ends here
6 changes: 3 additions & 3 deletions vlf.el
@@ -1,13 +1,13 @@
;;; vlf.el --- View Large Files -*- lexical-binding: t -*-

;; Copyright (C) 2006, 2012-2014 Free Software Foundation, Inc.
;; Copyright (C) 2006, 2012-2015 Free Software Foundation, Inc.

;; Version: 1.7
;; Keywords: large files, utilities
;; Maintainer: Andrey Kotlarski <m00naticus@gmail.com>
;; Authors: 2006 Mathias Dahl <mathias.dahl@gmail.com>
;; 2012 Sam Steingold <sds@gnu.org>
;; 2013-2014 Andrey Kotlarski <m00naticus@gmail.com>
;; 2013-2015 Andrey Kotlarski <m00naticus@gmail.com>
;; URL: https://github.com/m00natic/vlfi

;; This file is free software; you can redistribute it and/or modify
Expand All @@ -31,7 +31,7 @@
;; which provides several commands for moving around, searching,
;; comparing and editing selected part of file.
;; To have it offered when opening large files:
;; (require 'vlf-integrate)
;; (require 'vlf-setup)

;; This package was inspired by a snippet posted by Kevin Rodgers,
;; showing how to use `insert-file-contents' to extract part of a
Expand Down

0 comments on commit 4eaf763

Please sign in to comment.