diff options
author | William Carroll <wpcarro@gmail.com> | 2020-08-31T13·25+0100 |
---|---|---|
committer | William Carroll <wpcarro@gmail.com> | 2020-08-31T13·25+0100 |
commit | 85a0cddf8bd87996f83f765075ef47f82f4e897c (patch) | |
tree | daaff7f76aacbab20f7972bbbcf8b1407af10643 /emacs/.emacs.d/wpc | |
parent | 6ddad2dc4b8bb5a4294a4d64be804c5bc68f798f (diff) |
Lint wpc-elixir.el
- Add Version, URL, Package-Requires sections
Diffstat (limited to 'emacs/.emacs.d/wpc')
-rw-r--r-- | emacs/.emacs.d/wpc/wpc-elixir.el | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/emacs/.emacs.d/wpc/wpc-elixir.el b/emacs/.emacs.d/wpc/wpc-elixir.el index e64abe70fc36..9209f81b2c63 100644 --- a/emacs/.emacs.d/wpc/wpc-elixir.el +++ b/emacs/.emacs.d/wpc/wpc-elixir.el @@ -1,5 +1,9 @@ ;;; wpc-elixir.el --- Elixir / Erland configuration -*- lexical-binding: t -*- + ;; Author: William Carroll <wpcarro@gmail.com> +;; Version: 0.0.1 +;; URL: https://git.wpcarro.dev/wpcarro/briefcase +;; Package-Requires: ((emacs "24")) ;;; Commentary: ;; My preferences for working with Elixir / Erlang projects |