diff options
| author | James Nguyen <james@jojojames.com> | 2022-06-06 02:06:10 -0400 |
|---|---|---|
| committer | James Nguyen <james@jojojames.com> | 2022-06-06 02:06:10 -0400 |
| commit | e5e5f6364b2b79ad03bc2432a98d0f3a7691ac34 (patch) | |
| tree | 008ef0aedd59c2b462b5df0ae8f53c5bdaa6af48 | |
| parent | dbcdb1a2a9f26f3c17d0c1839b863212f46c9814 (diff) | |
Add header
| -rw-r--r-- | modes/snake/evil-collection-snake.el | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/modes/snake/evil-collection-snake.el b/modes/snake/evil-collection-snake.el index 42fd55a..e1a0298 100644 --- a/modes/snake/evil-collection-snake.el +++ b/modes/snake/evil-collection-snake.el @@ -3,6 +3,13 @@ ;; Copyright (C) 2017 James Nguyen ;; Copyright (C) 2022 Farzin Firouzi +;; Author: Farzin Firouzi <farzineff@gmail.com> +;; Maintainer: James Nguyen <james@jojojames.com> +;; URL: https://github.com/emacs-evil/evil-collection +;; Version: 0.0.1 +;; Package-Requires: ((emacs "25.1")) +;; Keywords: evil, tools + ;; This program is free software; you can redistribute it and/or modify ;; it under the terms of the GNU General Public License as published by ;; the Free Software Foundation, either version 3 of the License, or |
