diff options
-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 |