diff options
author | William Carroll <wpcarro@gmail.com> | 2020-08-31T13·26+0100 |
---|---|---|
committer | William Carroll <wpcarro@gmail.com> | 2020-08-31T13·26+0100 |
commit | 8d9e4f48652ffa3b7569b2ef8bc62faadce7fcca (patch) | |
tree | ad054987df70bad45529738491e74a7bf176429d /emacs/.emacs.d/wpc/wpc-dired.el | |
parent | 85a0cddf8bd87996f83f765075ef47f82f4e897c (diff) |
Lint wpc-dired.el
- change dired.el to wpc-dired.el - add Version, URL, Package-Requires sections
Diffstat (limited to 'emacs/.emacs.d/wpc/wpc-dired.el')
-rw-r--r-- | emacs/.emacs.d/wpc/wpc-dired.el | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/emacs/.emacs.d/wpc/wpc-dired.el b/emacs/.emacs.d/wpc/wpc-dired.el index 9551e1168080..2b2b64ad36a5 100644 --- a/emacs/.emacs.d/wpc/wpc-dired.el +++ b/emacs/.emacs.d/wpc/wpc-dired.el @@ -1,5 +1,9 @@ -;;; dired.el --- My dired preferences -*- lexical-binding: t -*- +;;; wpc-dired.el --- My dired preferences -*- lexical-binding: t -*- + ;; Author: William Carroll <wpcarro@gmail.com> +;; Version: 0.0.1 +;; URL: https://git.wpcarro.dev/wpcarro/briefcase +;; Package-Requires: ((emacs "25.1")) ;;; Commentary: ;; File management in Emacs, if learned and configured properly, should be |