mirror of
https://github.com/m00natic/vlfi.git
synced 2025-01-18 03:55:31 +00:00
Rename vlf-integrate.el to vlf-setup.el
This commit is contained in:
parent
ac1aa160e6
commit
4eaf763cad
@ -52,7 +52,7 @@ integer value).
|
|||||||
To have *vlf* offered as choice when opening large files:
|
To have *vlf* offered as choice when opening large files:
|
||||||
|
|
||||||
#+BEGIN_SRC emacs-lisp
|
#+BEGIN_SRC emacs-lisp
|
||||||
(require 'vlf-integrate)
|
(require 'vlf-setup)
|
||||||
#+END_SRC
|
#+END_SRC
|
||||||
|
|
||||||
You can control when *vlf-mode* is invoked or offered with the
|
You can control when *vlf-mode* is invoked or offered with the
|
||||||
|
@ -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
|
;; Keywords: large files, integration
|
||||||
;; Author: Andrey Kotlarski <m00naticus@gmail.com>
|
;; Author: Andrey Kotlarski <m00naticus@gmail.com>
|
||||||
@ -155,6 +155,6 @@ defined in FILE."
|
|||||||
(eval-after-load "dired"
|
(eval-after-load "dired"
|
||||||
'(define-key dired-mode-map "V" 'dired-vlf))
|
'(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
vlf.el
6
vlf.el
@ -1,13 +1,13 @@
|
|||||||
;;; vlf.el --- View Large Files -*- lexical-binding: t -*-
|
;;; 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
|
;; Version: 1.7
|
||||||
;; Keywords: large files, utilities
|
;; Keywords: large files, utilities
|
||||||
;; Maintainer: Andrey Kotlarski <m00naticus@gmail.com>
|
;; Maintainer: Andrey Kotlarski <m00naticus@gmail.com>
|
||||||
;; Authors: 2006 Mathias Dahl <mathias.dahl@gmail.com>
|
;; Authors: 2006 Mathias Dahl <mathias.dahl@gmail.com>
|
||||||
;; 2012 Sam Steingold <sds@gnu.org>
|
;; 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
|
;; URL: https://github.com/m00natic/vlfi
|
||||||
|
|
||||||
;; This file is free software; you can redistribute it and/or modify
|
;; This file is free software; you can redistribute it and/or modify
|
||||||
@ -31,7 +31,7 @@
|
|||||||
;; which provides several commands for moving around, searching,
|
;; which provides several commands for moving around, searching,
|
||||||
;; comparing and editing selected part of file.
|
;; comparing and editing selected part of file.
|
||||||
;; To have it offered when opening large files:
|
;; 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,
|
;; This package was inspired by a snippet posted by Kevin Rodgers,
|
||||||
;; showing how to use `insert-file-contents' to extract part of a
|
;; showing how to use `insert-file-contents' to extract part of a
|
||||||
|
Loading…
Reference in New Issue
Block a user