diff options
author | William Carroll <wpcarro@gmail.com> | 2020-08-31T15·07+0100 |
---|---|---|
committer | William Carroll <wpcarro@gmail.com> | 2020-08-31T15·07+0100 |
commit | 5d3bb0b7eadc9efc423eb7ef8857fa6df256d254 (patch) | |
tree | b91ebc7f9bbc2572596ae9846c64c7a5e3d0fea6 /emacs/.emacs.d/wpc/zle.el | |
parent | 2a5169867208e8808e82303a8b24a5ab660a5dd1 (diff) |
Additional linting
Running `M-x checkdoc` on some of the modules that passed the package-lint but failed additional lints.
Diffstat (limited to 'emacs/.emacs.d/wpc/zle.el')
-rw-r--r-- | emacs/.emacs.d/wpc/zle.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/emacs/.emacs.d/wpc/zle.el b/emacs/.emacs.d/wpc/zle.el index d4aa88258fc4..0e0baad2d974 100644 --- a/emacs/.emacs.d/wpc/zle.el +++ b/emacs/.emacs.d/wpc/zle.el @@ -2,6 +2,7 @@ ;; Author: William Carroll <wpcarro@gmail.com> ;; Version: 0.0.1 +;; URL: https://git.wpcarro.dev/wpcarro/briefcase ;; Package-Requires: ((emacs "24")) ;;; Commentary: |