diff options
| author | Pierre Neidhardt <ambrevar@gmail.com> | 2017-11-07 11:04:12 +0100 |
|---|---|---|
| committer | Pierre Neidhardt <ambrevar@gmail.com> | 2017-11-07 11:04:12 +0100 |
| commit | 4733d536463247cad4d9e4cbace0b373c7378c05 (patch) | |
| tree | 0a2cac07b5f10c329798d650064a4fda1c979a81 /evil-profiler.el | |
| parent | 5de94af734769bc83279eee7b3f564d0c38618e9 (diff) | |
Normalize the documentation headers (#12)
Diffstat (limited to 'evil-profiler.el')
| -rw-r--r-- | evil-profiler.el | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/evil-profiler.el b/evil-profiler.el index f8383fa..8cbeaf2 100644 --- a/evil-profiler.el +++ b/evil-profiler.el @@ -1,14 +1,14 @@ -;;; evil-profiler.el --- Evil integration for profiler. -*- lexical-binding: t -*- +;;; evil-profiler.el --- Evil bindings for profiler -*- lexical-binding: t -*- ;; Copyright (C) 2017 James Nguyen ;; Author: Pierre Neidhardt <ambrevar@gmail.com> -;; Maintainer: James Nguyen <james@jojojames.com>, Pierre Neidhardt <ambrevar@gmail.com> +;; Maintainer: James Nguyen <james@jojojames.com> +;; Pierre Neidhardt <ambrevar@gmail.com> ;; URL: https://github.com/jojojames/evil-collection ;; Version: 0.0.1 ;; Package-Requires: ((emacs "25.1")) -;; Keywords: evil, profiler -;; HomePage: https://github.com/jojojames/evil-collection +;; Keywords: evil, profiler, 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 @@ -24,8 +24,9 @@ ;; along with this program. If not, see <http://www.gnu.org/licenses/>. ;;; Commentary: -;; Evil integration for `profiler'. +;; Evil bindings for `profiler'. +;;; Code: (require 'evil) (require 'profiler) |
