Normalize the documentation headers (#12)

This commit is contained in:
Pierre Neidhardt 2017-11-07 11:04:12 +01:00
parent 5de94af734
commit 4733d53646
45 changed files with 245 additions and 230 deletions

View File

@ -4,11 +4,11 @@
;; Author: James Nguyen <james@jojojames.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, ag, tools
;; HomePage: https://github.com/jojojames/evil-collection
;; 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,7 @@
;; along with this program. If not, see <http://www.gnu.org/licenses/>.
;;; Commentary:
;; This package provides a sane set of defaults for `ag-mode' when using
;; `evil-mode'.
;; Evil bindings for `ag-mode' from the `wgrep-ag' package.
;;; Code:
(require 'ag)

View File

@ -1,14 +1,14 @@
;;; evil-bookmarks.el --- Evil bindings for bookmarks. -*- lexical-binding: t -*-
;;; evil-bookmark.el --- Evil bindings for bookmarks -*- lexical-binding: t -*-
;; Copyright (C) 2017 James Nguyen
;; Author: James Nguyen <james@jojojames.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
;; HomePage: https://github.com/jojojames/evil-collection
;; Keywords: evil, bookmark, 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,7 +24,7 @@
;; along with this program. If not, see <http://www.gnu.org/licenses/>.
;;; Commentary:
;;; Evil bindings for bookmarks.
;; Evil bindings for bookmarks.
;;; Code:
(require 'bookmark)
@ -36,4 +36,4 @@
:mode bookmark-bmenu-mode))
(provide 'evil-bookmark)
;;; evil-bookmarks.el ends here
;;; evil-bookmark.el ends here

View File

@ -1,12 +1,14 @@
;;; evil-calendar.el --- Add Evil bindings to calendar
;;; evil-calendar.el --- Evil bindings for calendar -*- lexical-binding: t -*-
;; Copyright (C) 2017 Pierre Neidhardt
;; Author: 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: ((evil "1.2.3"))
;; Package-Version: 20170724.1223
;; Homepage: https://github.com/jojojames/evil-collection
;; Version: 0
;; Keywords: evil, calendar, tools
;; This file is free software; you can redistribute it and/or modify
;; it under the terms of the GNU General Public License as published
@ -22,11 +24,11 @@
;; see <http://www.gnu.org/licenses/>.
;;; Commentary:
;; Evil bindings for the calendar.
;;; Code:
(require 'evil)
(require 'calendar)
(require 'evil)
(defun evil-calendar-setup ()
(evil-define-key 'motion calendar-mode-map

View File

@ -1,14 +1,14 @@
;;; evil-cider.el --- Evil Integration for Cider -*- lexical-binding: t -*-
;;; evil-cider.el --- Evil bindings for Cider -*- lexical-binding: t -*-
;; Copyright (C) 2017 James Nguyen
;; Author: James Nguyen <james@jojojames.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, cider, tools
;; HomePage: https://github.com/jojojames/evil-collection
;; 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,7 @@
;; along with this program. If not, see <http://www.gnu.org/licenses/>.
;;; Commentary:
;; This package provides a sane set of defaults for `cider-mode' when using
;; `evil-mode'.
;; Evil bindings for Cider.
;;; Code:
(require 'cider)

View File

@ -4,11 +4,11 @@
;; Author: James Nguyen <james@jojojames.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, tools
;; HomePage: https://github.com/jojojames/evil-collection
;; 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

View File

@ -1,14 +1,15 @@
;;; evil-collection.el --- A set of keybindings for Evil mode. -*- lexical-binding: t -*-
;;; evil-collection.el --- A set of keybindings for Evil mode -*- lexical-binding: t -*-
;; Copyright (C) 2017 James Nguyen
;; Author: James Nguyen <james@jojojames.com>, Pierre Neidhardt <ambrevar@gmail.com>
;; Maintainer: James Nguyen <james@jojojames.com>, Pierre Neidhardt <ambrevar@gmail.com>
;; Author: 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
;; HomePage: https://github.com/jojojames/evil-collection
;; 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
@ -33,7 +34,6 @@
;; (evil-minibuffer-init)
;;; Code:
(defvar evil-collection-mode-list
'(ag
bookmark

View File

@ -1,14 +1,14 @@
;;; evil-compile.el --- Evil integration for `compile'. -*- lexical-binding: t -*-
;;; evil-compile.el --- Evil bindings for `compile' -*- lexical-binding: t -*-
;; Copyright (C) 2017 James Nguyen
;; Author: James Nguyen <james@jojojames.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: compile, evil
;; HomePage: https://github.com/jojojames/evil-collection
;; Keywords: evil, compile, 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,7 +24,7 @@
;; along with this program. If not, see <http://www.gnu.org/licenses/>.
;;; Commentary:
;; Evil integration for `compile'
;; Evil bindings for `compile'.
;;; Code:
(require 'evil-collection-util)

View File

@ -1,12 +1,14 @@
;;; evil-custom.el --- Add Evil bindings to Customize
;;; evil-custom.el --- Evil bindings for Customize -*- lexical-binding: t -*-
;; Copyright (C) 2017 Pierre Neidhardt
;; Author: Pierre Neidhardt <ambrevar@gmail.com>
;; Package-Requires: ((evil "1.2.3"))
;; Package-Version: 20170724.1223
;; Homepage: https://github.com/jojojames/evil-collection
;; Version: 0
;; 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, custom, tools
;; This file is free software; you can redistribute it and/or modify
;; it under the terms of the GNU General Public License as published
@ -22,11 +24,11 @@
;; see <http://www.gnu.org/licenses/>.
;;; Commentary:
;; Evil bindings for the Customize interface.
;;; Code:
(require 'evil)
(require 'cus-edit)
(require 'evil)
(defun evil-custom-setup ()
(evil-set-initial-state 'Custom-mode 'normal)

View File

@ -1,14 +1,14 @@
;;; evil-debbugs.el --- Evil bindings for debbugs -*- lexical-binding: t -*-
;;; evil-debbugs.el --- Evil bindings for debbugs -*- lexical-binding: t -*-
;; Copyright (C) 2017 Pierre Neidhardt
;; 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: compile, evil
;; HomePage: https://github.com/jojojames/evil-collection
;; Keywords: evil, debbugs, tools
;; This file is free software; you can redistribute it and/or modify
;; it under the terms of the GNU General Public License as published
@ -24,11 +24,11 @@
;; see <http://www.gnu.org/licenses/>.
;;; Commentary:
;; Evil bindings for debbugs.
;;; Code:
(require 'evil)
(require 'debbugs)
(require 'evil)
(defun evil-diff-mode-setup ()
(evil-set-initial-state 'debbugs-gnu-mode 'motion)

View File

@ -1,12 +1,14 @@
;;; evil-debugger.el --- Add Evil bindings to Debugger
;;; evil-debugger.el --- Evil bindings for the debugger -*- lexical-binding: t -*-
;; Copyright (C) 2017 Pierre Neidhardt
;; Author: Pierre Neidhardt <ambrevar@gmail.com>
;; Package-Requires: ((evil "1.2.3"))
;; Package-Version: 20170724.1223
;; Homepage: https://github.com/jojojames/evil-collection
;; Version: 0
;; 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, debugger, tools
;; This file is free software; you can redistribute it and/or modify
;; it under the terms of the GNU General Public License as published
@ -22,6 +24,7 @@
;; see <http://www.gnu.org/licenses/>.
;;; Commentary:
;; Evil bindings for the debugger.
;;; Code:

View File

@ -1,12 +1,14 @@
;;; evil-diff-mode.el --- Add Evil bindings to diff-mode
;;; evil-diff-mode.el --- Add Evil bindings to diff-mode -*- lexical-binding: t -*-
;; Copyright (C) 2017 Pierre Neidhardt
;; Author: Pierre Neidhardt <ambrevar@gmail.com>
;; Package-Requires: ((evil "1.2.3"))
;; Package-Version: 20170724.1223
;; Homepage: https://github.com/jojojames/evil-collection
;; Version: 0
;; 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, diff, tools
;; This file is free software; you can redistribute it and/or modify
;; it under the terms of the GNU General Public License as published
@ -22,21 +24,14 @@
;; see <http://www.gnu.org/licenses/>.
;;; Commentary:
;;;
;;; Evil-Diff re-uses the read-only particularity of `diff-mode':
;;; When the buffer is read-only, enter motion state
;;; and manipulate the diffs with simple bindings.
;;; When the buffer is writage, use normal/insert states with some Evil-specific
;;; keys to ease navigation.
;;;
;;; Enable Evil-Diff with
;;;
;;; (require 'evil-diff)
;;;
;;; See also:
;;;
;;; - `evil-diff-auto-switch-state'
;;; - `evil-diff-toggle-read-only'
;;
;; Evil-Diff re-uses the read-only particularity of `diff-mode':
;; When the buffer is read-only, enter motion state
;; and manipulate the diffs with simple bindings.
;; When the buffer is writage, use normal/insert states with some Evil-specific
;; keys to ease navigation.
;;
;; See also `evil-diff-toggle-setup'.
;;; Code:

View File

@ -4,11 +4,11 @@
;; Author: James Nguyen <james@jojojames.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, dired, tools
;; HomePage: https://github.com/jojojames/evil-collection
;; 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,7 @@
;; along with this program. If not, see <http://www.gnu.org/licenses/>.
;;; Commentary:
;; This package provides a sane set of defaults for `dired-mode' when using
;; `evil-mode'.
;; Evil bindings for Dired.
;;; Code:
(require 'dired)

View File

@ -4,11 +4,11 @@
;; Author: James Nguyen <james@jojojames.com>
;; Maintainer: James Nguyen <james@jojojames.com>
;; Pierre Neidhardt <ambrevar@gmail.com>
;; URL: https://github.com/jojojames/evil-integrations
;; Version: 0.0.1
;; Package-Requires: ((emacs "25.1"))
;; Keywords: evil, edebug, tools
;; HomePage: https://github.com/jojojames/evil-integrations
;; 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,7 @@
;; along with this program. If not, see <http://www.gnu.org/licenses/>.
;;; Commentary:
;; This package provides a sane set of defaults for `edebug-mode' when using
;; `evil-mode'.
;; Evil bindings for `edebug-mode'.
;;; Code:
(require 'edebug)

View File

@ -1,14 +1,14 @@
;;; evil-elfeed.el --- Evil bindings for elfeed -*- lexical-binding: t -*-
;;; evil-elfeed.el --- Evil bindings for elfeed -*- lexical-binding: t -*-
;; Copyright (C) 2017 Pierre Neidhardt
;; 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: compile, evil
;; HomePage: https://github.com/jojojames/evil-collection
;; Keywords: evil, elfeed, tools
;; This file is free software; you can redistribute it and/or modify
;; it under the terms of the GNU General Public License as published
@ -24,11 +24,11 @@
;; see <http://www.gnu.org/licenses/>.
;;; Commentary:
;; Evil bindings for elfeed.
;;; Code:
(require 'evil)
(require 'elfeed)
(require 'evil)
(defun evil-elfeed-setup ()
(evil-set-initial-state 'elfeed-search-mode 'motion)

View File

@ -1,14 +1,14 @@
;;; evil-elisp-refs.el --- Evil integration for Elisp Refs -*- lexical-binding: t -*-
;;; evil-elisp-refs.el --- Evil bindings for Elisp Refs -*- lexical-binding: t -*-
;; Copyright (C) 2017 James Nguyen
;; Author: James Nguyen <james@jojojames.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, elisp-refs, tools
;; HomePage: https://github.com/jojojames/evil-collection
;; 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
@ -26,6 +26,8 @@
;;; Commentary:
;; This package provides a sane set of defaults for `elisp-refs' when using
;; `evil-mode'.
;;; Code:
(require 'evil-collection-util)
(require 'elisp-refs)

View File

@ -1,14 +1,14 @@
;;; evil-emms.el --- Evil bindings for EMMS -*- lexical-binding: t -*-
;;; evil-emms.el --- Evil bindings for EMMS -*- lexical-binding: t -*-
;; Copyright (C) 2017 Pierre Neidhardt
;; 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: compile, evil
;; HomePage: https://github.com/jojojames/evil-collection
;; Keywords: evil, emms, tools
;; This file is free software; you can redistribute it and/or modify
;; it under the terms of the GNU General Public License as published
@ -24,11 +24,11 @@
;; see <http://www.gnu.org/licenses/>.
;;; Commentary:
;; Evil bindings for EMMS.
;;; Code:
(require 'evil)
(require 'emms)
(require 'evil)
;;; TODO: Make all playback bindings consistent across modes:
;;; - stop

View File

@ -1,12 +1,14 @@
;;; evil-eshell.el --- Add Evil bindings to Eshell
;;; evil-eshell.el --- Evil bindings for Eshell -*- lexical-binding: t -*-
;; Copyright (C) 2017 Pierre Neidhardt
;; Author: Pierre Neidhardt <ambrevar@gmail.com>
;; Package-Requires: ((evil "1.2.3"))
;; Package-Version: 20170724.1223
;; Homepage: https://github.com/jojojames/evil-collection
;; Version: 0
;; 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, eshell, tools
;; This file is free software; you can redistribute it and/or modify
;; it under the terms of the GNU General Public License as published
@ -22,11 +24,11 @@
;; see <http://www.gnu.org/licenses/>.
;;; Commentary:
;; Evil bindings for EMMS
;;; Code:
(require 'evil)
(require 'eshell)
(require 'evil)
(defun evil-eshell-next-prompt ()
(when (get-text-property (point) 'read-only)

View File

@ -1,14 +1,14 @@
;;; evil-flycheck.el --- Evil integration for `flycheck'. -*- lexical-binding: t -*-
;;; evil-flycheck.el --- Evil bindings for flycheck -*- lexical-binding: t -*-
;; Copyright (C) 2017 James Nguyen
;; Author: James Nguyen <james@jojojames.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, flycheck
;; HomePage: https://github.com/jojojames/evil-collection
;; Keywords: evil, flycheck, 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,7 +24,7 @@
;; along with this program. If not, see <http://www.gnu.org/licenses/>.
;;; Commentary:
;; Evil integration for `flycheck-mode'.
;; Evil bindings for `flycheck-mode'.
;;; Code:
(require 'evil-collection-util)

View File

@ -1,14 +1,14 @@
;;; evil-ggtags.el --- Evil integration for ggtags. -*- lexical-binding: t -*-
;;; evil-ggtags.el --- Evil bindings for ggtags -*- lexical-binding: t -*-
;; Copyright (C) 2017 James Nguyen
;; Author: James Nguyen <james@jojojames.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, ggtags
;; HomePage: https://github.com/jojojames/evil-collection
;; Keywords: evil, ggtags, 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,7 +24,7 @@
;; along with this program. If not, see <http://www.gnu.org/licenses/>.
;;; Commentary:
;; Evil integration for `ggtags-mode'.
;; Evil bindings for `ggtags-mode'.
;;; Code:
(require 'evil-collection-util)

View File

@ -3,12 +3,12 @@
;; Copyright (C) 2017 Pierre Neidhardt
;; 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: compile, evil
;; HomePage: https://github.com/jojojames/evil-collection
;; Keywords: evil, helm, tools
;; This file is free software; you can redistribute it and/or modify
;; it under the terms of the GNU General Public License as published
@ -24,9 +24,9 @@
;; see <http://www.gnu.org/licenses/>.
;;; Commentary:
;; Evil bindings for Helm.
;;; Code:
(require 'evil)
(require 'helm-files) ; TODO: Check if this is the ideal requirement and if we are not loading too much.

View File

@ -1,14 +1,14 @@
;;; evil-help.el --- Evil integration for `help-mode'. -*- lexical-binding: t -*-
;;; evil-help.el --- Evil bindings for help-mode -*- lexical-binding: t -*-
;; Copyright (C) 2017 James Nguyen
;; Author: James Nguyen <james@jojojames.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, help
;; HomePage: https://github.com/jojojames/evil-collection
;; Keywords: evil, help, 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,12 +24,11 @@
;; along with this program. If not, see <http://www.gnu.org/licenses/>.
;;; Commentary:
;; Evil integration for `help-mode'.
;; Evil bindings for `help-mode'.
;;; Code:
(require 'help-mode)
(require 'evil)
(require 'help-mode)
(defun evil-help-setup ()
(evil-define-key 'motion help-mode-map

View File

@ -1,14 +1,14 @@
;;; evil-ibuffer.el --- Evil Integration for IBuffer -*- lexical-binding: t -*-
;;; evil-ibuffer.el --- Evil bindings for IBuffer -*- lexical-binding: t -*-
;; Copyright (C) 2017 James Nguyen
;; Author: James Nguyen <james@jojojames.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, ibuffer, tools
;; HomePage: https://github.com/jojojames/evil-collection
;; 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,7 @@
;; along with this program. If not, see <http://www.gnu.org/licenses/>.
;;; Commentary:
;; This package provides a sane set of defaults for `ibuffer-mode' when using
;; `evil-mode'.
;; Evil bindings for IBuffer.
;;; Code:
(require 'evil-collection-util)

View File

@ -1,14 +1,14 @@
;;; evil-image+.el --- Evil bindings for image-mode with image+ -*- lexical-binding: t -*-
;;; evil-image+.el --- Evil bindings for image-mode with image+ -*- lexical-binding: t -*-
;; Copyright (C) 2017 Pierre Neidhardt
;; 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: compile, evil
;; HomePage: https://github.com/jojojames/evil-collection
;; Keywords: evil, image, tools
;; This file is free software; you can redistribute it and/or modify
;; it under the terms of the GNU General Public License as published
@ -24,9 +24,9 @@
;; see <http://www.gnu.org/licenses/>.
;;; Commentary:
;; Evil bindings for image-mode with image+.
;;; Code:
(require 'evil)
(require 'image+)

View File

@ -1,12 +1,14 @@
;;; evil-image.el --- Add Evil bindings to Image
;;; evil-image.el --- Evil bindings for Image -*- lexical-binding: t -*-
;; Copyright (C) 2017 Pierre Neidhardt
;; Author: Pierre Neidhardt <ambrevar@gmail.com>
;; Package-Requires: ((evil "1.2.3"))
;; Package-Version: 20170724.1223
;; Homepage: https://github.com/jojojames/evil-collection
;; Version: 0
;; 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, bookmark, tools
;; This file is free software; you can redistribute it and/or modify
;; it under the terms of the GNU General Public License as published
@ -22,9 +24,9 @@
;; see <http://www.gnu.org/licenses/>.
;;; Commentary:
;; Evil bindings for `image-mode'.
;;; Code:
(require 'evil)
(require 'image-mode)

View File

@ -1,12 +1,14 @@
;;; evil-info.el --- Add Evil bindings to Info
;;; evil-info.el --- Evil bindings for Info-mode -*- lexical-binding: t -*-
;; Copyright (C) 2017 Pierre Neidhardt
;; Author: Pierre Neidhardt <ambrevar@gmail.com>
;; Package-Requires: ((evil "1.2.3"))
;; Package-Version: 20170724.1223
;; Homepage: https://github.com/jojojames/evil-collection
;; Version: 0
;; 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, info, tools
;; This file is free software; you can redistribute it and/or modify
;; it under the terms of the GNU General Public License as published
@ -21,11 +23,11 @@
;; For a full copy of the GNU General Public License
;; see <http://www.gnu.org/licenses/>.
;;; Commentary: The default bindings in motion state override the standard
;;; movement keys. This package restores them.
;;; Commentary:
;; The default bindings in motion state override the standard
;; movement keys. This package restores them.
;;; Code:
(require 'evil)
(require 'info)

View File

@ -1,14 +1,14 @@
;;; evil-ivy.el --- Evil integration for ivy. -*- lexical-binding: t -*-
;;; evil-ivy.el --- Evil bindings for ivy -*- lexical-binding: t -*-
;; Copyright (C) 2017 James Nguyen
;; Author: James Nguyen <james@jojojames.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, ivy
;; HomePage: https://github.com/jojojames/evil-collection
;; Keywords: evil, ivy, 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,7 +24,7 @@
;; along with this program. If not, see <http://www.gnu.org/licenses/>.
;;; Commentary:
;; Evil integration for `ivy-mode'.
;; Evil bindings for `ivy-mode'.
;;; Code:
(require 'evil)

View File

@ -4,11 +4,11 @@
;; Author: James Nguyen <james@jojojames.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, macrostep, tools
;; HomePage: https://github.com/jojojames/evil-collection
;; 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:
;; This package provides a sane set of defaults for `macrostep-mode' when using
;; `evil-mode'.
;; Evil bindings for `macrostep-mode'.
;;; Code:
(require 'evil-collection-util)
(require 'macrostep)

View File

@ -1,12 +1,14 @@
;;; evil-man.el --- Add Evil bindings to Man
;;; evil-man.el --- Evil bindings for Man-mode -*- lexical-binding: t -*-
;; Copyright (C) 2017 Pierre Neidhardt
;; Author: Pierre Neidhardt <ambrevar@gmail.com>
;; Package-Requires: ((evil "1.2.3"))
;; Package-Version: 20170724.1223
;; Homepage: https://github.com/jojojames/evil-collection
;; Version: 0
;; 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, man, tools
;; This file is free software; you can redistribute it and/or modify
;; it under the terms of the GNU General Public License as published
@ -22,9 +24,9 @@
;; see <http://www.gnu.org/licenses/>.
;;; Commentary:
;; Evil bindings for `man'.
;;; Code:
(require 'evil)
(require 'man)

View File

@ -1,12 +1,14 @@
;;; evil-calendar.el --- Add Evil bindings to the minibuffer
;;; evil-minibuffer.el --- Evil bindings for the minibuffer -*- lexical-binding: t -*-
;; Copyright (C) 2017 Pierre Neidhardt
;; Author: Pierre Neidhardt <ambrevar@gmail.com>
;; Package-Requires: ((evil "1.2.3"))
;; Package-Version: 20170724.1223
;; Homepage: https://github.com/jojojames/evil-collection
;; Version: 0
;; 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, minibuffer, tools
;; This file is free software; you can redistribute it and/or modify
;; it under the terms of the GNU General Public License as published
@ -22,9 +24,9 @@
;; see <http://www.gnu.org/licenses/>.
;;; Commentary:
;; Evil bindings for the minibuffer.
;;; Code:
(require 'evil)
(defun evil-minibuffer-insert ()

View File

@ -1,14 +1,14 @@
;;; evil-occur.el --- Evil integration for occur. -*- lexical-binding: t -*-
;;; evil-occur.el --- Evil bindings for occur -*- lexical-binding: t -*-
;; Copyright (C) 2017 James Nguyen
;; Author: James Nguyen <james@jojojames.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, occur
;; HomePage: https://github.com/jojojames/evil-collection
;; Keywords: evil, occur, 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,7 +24,7 @@
;; along with this program. If not, see <http://www.gnu.org/licenses/>.
;;; Commentary:
;; Evil integration for `occur'.
;; Evil bindings for `occur'.
;;; Code:
(require 'evil-collection-util)

View File

@ -1,12 +1,14 @@
;;; evil-outline.el --- Add Evil bindings to outline-mode
;;; evil-outline.el --- Evil bindings for outline-mode -*- lexical-binding: t -*-
;; Copyright (C) 2017 Pierre Neidhardt
;; Author: Pierre Neidhardt <ambrevar@gmail.com>
;; Package-Requires: ((evil "1.2.3"))
;; Package-Version: 20170724.1223
;; Homepage: https://github.com/jojojames/evil-collection
;; Version: 0
;; 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, outline, tools
;; This file is free software; you can redistribute it and/or modify
;; it under the terms of the GNU General Public License as published
@ -22,9 +24,9 @@
;; see <http://www.gnu.org/licenses/>.
;;; Commentary:
;; Evil bindings for outline-mode.
;;; Code:
(require 'evil)
(require 'outline)

View File

@ -1,14 +1,14 @@
;;; evil-p4.el --- Evil Integration for P4 -*- lexical-binding: t -*-
;;; evil-p4.el --- Evil bindings for P4 -*- lexical-binding: t -*-
;; Copyright (C) 2017 James Nguyen
;; Author: James Nguyen <james@jojojames.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, p4, tools
;; HomePage: https://github.com/jojojames/evil-collection
;; 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:
;; This package provides a sane set of defaults for `p4-mode' when using
;; `evil-mode'.
;; Evil bindings for P4.
;;; Code:
(require 'evil-collection-util)
(require 'p4)

View File

@ -1,14 +1,14 @@
;;; evil-package-menu.el --- Evil integration for package-menu. -*- lexical-binding: t -*-
;;; evil-package-menu.el --- Evil bindings for package-menu -*- lexical-binding: t -*-
;; Copyright (C) 2017 James Nguyen
;; Author: James Nguyen <james@jojojames.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, package-menu
;; HomePage: https://github.com/jojojames/evil-collection
;; Keywords: evil, package-menu, 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
@ -27,7 +27,6 @@
;; Evil integration for `package-menu-mode'.
;;; Code:
(require 'evil)
(require 'package)

View File

@ -1,14 +1,14 @@
;;; evil-pass.el --- Evil integration for `pass'. -*- lexical-binding: t -*-
;;; evil-pass.el --- Evil bindings for pass-mode -*- lexical-binding: t -*-
;; Copyright (C) 2017 James Nguyen
;; Author: James Nguyen <james@jojojames.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, pass
;; HomePage: https://github.com/jojojames/evil-collection
;; Keywords: evil, pass, 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,7 +24,7 @@
;; along with this program. If not, see <http://www.gnu.org/licenses/>.
;;; Commentary:
;; Evil integration for `pass-mode'.
;; Evil bindings for `pass-mode'.
;;; Code:
(require 'evil-collection-util)

View File

@ -3,12 +3,12 @@
;; Copyright (C) 2017 Pierre Neidhardt
;; 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: compile, evil
;; HomePage: https://github.com/jojojames/evil-collection
;; Keywords: evil, pdf, tools
;; This file is free software; you can redistribute it and/or modify
;; it under the terms of the GNU General Public License as published
@ -24,8 +24,11 @@
;; see <http://www.gnu.org/licenses/>.
;;; Commentary:
;; Evil bindings for pdf-tools.
;;; Code:
(require 'evil)
(require 'pdf-view)
;; TODO: `image-mode-map' is the parent of `pdf-view-mode-map'. A bug(?) in
;; image-mode-map and pdf-mode-map seem to conflict with Evil.
@ -33,9 +36,6 @@
;; and https://github.com/politza/pdf-tools/issues/324.
;; Changing load order only changes which mode overrides the other.
(require 'evil)
(require 'pdf-view)
(defun evil-pdf-view-goto-page (&optional page)
(interactive "P")
(if page

View File

@ -1,12 +1,14 @@
;;; evil-proced.el --- Add Evil bindings to proced
;;; evil-proced.el --- Evil bindings for proced -*- lexical-binding: t -*-
;; Copyright (C) 2017 Pierre Neidhardt
;; Author: Pierre Neidhardt <ambrevar@gmail.com>
;; Package-Requires: ((evil "1.2.3"))
;; Package-Version: 20170724.1223
;; Homepage: https://github.com/jojojames/evil-collection
;; Version: 0
;; 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, proced, tools
;; This file is free software; you can redistribute it and/or modify
;; it under the terms of the GNU General Public License as published
@ -22,9 +24,9 @@
;; see <http://www.gnu.org/licenses/>.
;;; Commentary:
;; Evil bindings for proced.
;;; Code:
(require 'evil)
(require 'proced)

View File

@ -1,14 +1,14 @@
;;; evil-prodigy.el --- Evil integration for `prodigy'. -*- lexical-binding: t -*-
;;; evil-prodigy.el --- Evil bindings for prodigy -*- lexical-binding: t -*-
;; Copyright (C) 2017 James Nguyen
;; Author: James Nguyen <james@jojojames.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, prodigy
;; HomePage: https://github.com/jojojames/evil-collection
;; Keywords: evil, prodigy, 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,7 +24,7 @@
;; along with this program. If not, see <http://www.gnu.org/licenses/>.
;;; Commentary:
;; Evil integration for `prodigy'.
;; Evil bindings for `prodigy'.
;;; Code:
(require 'evil-collection-util)

View File

@ -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)

View File

@ -1,14 +1,14 @@
;;; evil-slime.el --- Evil integration for `slime'. -*- lexical-binding: t -*-
;;; evil-slime.el --- Evil bindings for `slime' -*- lexical-binding: t -*-
;; Copyright (C) 2017 James Nguyen
;; Author: James Nguyen <james@jojojames.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, slime
;; HomePage: https://github.com/jojojames/evil-collection
;; Keywords: evil, slime, 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,7 +24,7 @@
;; along with this program. If not, see <http://www.gnu.org/licenses/>.
;;; Commentary:
;; Evil integration for `slime-mode'.
;; Evil bindings for `slime-mode'.
;;; Code:
(require 'evil-collection-util)

View File

@ -3,12 +3,12 @@
;; Copyright (C) 2017 Pierre Neidhardt
;; 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, term
;; HomePage: https://github.com/jojojames/evil-collection
;; Keywords: evil, term, tools
;; This file is free software; you can redistribute it and/or modify
;; it under the terms of the GNU General Public License as published
@ -31,7 +31,6 @@
;; Conversely, switching to insert state will automatically switch to char mode.
;;; Code:
(require 'evil)
(require 'term)

View File

@ -1,14 +1,14 @@
;;; evil-transmission.el --- Evil bindings for transmission.el -*- lexical-binding: t -*-
;;; evil-transmission.el --- Evil bindings for transmission.el -*- lexical-binding: t -*-
;; Copyright (C) 2017 Pierre Neidhardt
;; 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: compile, evil
;; HomePage: https://github.com/jojojames/evil-collection
;; Keywords: evil, transmission, tools
;; This file is free software; you can redistribute it and/or modify
;; it under the terms of the GNU General Public License as published
@ -24,9 +24,9 @@
;; see <http://www.gnu.org/licenses/>.
;;; Commentary:
;; Evil bindings for `transmission'.
;;; Code:
(require 'evil)
(require 'transmission)

View File

@ -1,14 +1,14 @@
;;; evil-vlf.el --- Evil integration for vlf. -*- lexical-binding: t -*-
;;; evil-vlf.el --- Evil bindings for vlf -*- lexical-binding: t -*-
;; Copyright (C) 2017 James Nguyen
;; Author: James Nguyen <james@jojojames.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, vlf
;; HomePage: https://github.com/jojojames/evil-collection
;; Keywords: evil, vlf, 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,7 +24,9 @@
;; along with this program. If not, see <http://www.gnu.org/licenses/>.
;;; Commentary:
;; Evil integration for `vlf'.
;; Evil bindings for `vlf'.
;;; Code:
(require 'evil-collection-util)
(require 'vlf)

View File

@ -1,12 +1,14 @@
;;; evil-woman.el --- Add Evil bindings to WoMan
;;; evil-woman.el --- Evil bindings for WoMan -*- lexical-binding: t -*-
;; Copyright (C) 2017 Pierre Neidhardt
;; Author: Pierre Neidhardt <ambrevar@gmail.com>
;; Package-Requires: ((evil "1.2.3"))
;; Package-Version: 20170724.1223
;; Homepage: https://github.com/jojojames/evil-collection
;; Version: 0
;; 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, woman, tools
;; This file is free software; you can redistribute it and/or modify
;; it under the terms of the GNU General Public License as published
@ -22,12 +24,12 @@
;; see <http://www.gnu.org/licenses/>.
;;; Commentary:
;; Evil bindings for `woman'.
;;; Code:
(require 'woman)
(require 'evil)
(require 'evil-man) ; WoMan's keymap inherits from Man.
(require 'woman)
(defun evil-woman-setup ()
(evil-define-key 'motion woman-mode-map

View File

@ -1,14 +1,14 @@
;;; evil-xref.el --- Evil integration for xref. -*- lexical-binding: t -*-
;;; evil-xref.el --- Evil bindings for xref -*- lexical-binding: t -*-
;; Copyright (C) 2017 James Nguyen
;; Author: James Nguyen <james@jojojames.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, xref
;; HomePage: https://github.com/jojojames/evil-collection
;; Keywords: evil, xref, 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,10 +24,9 @@
;; along with this program. If not, see <http://www.gnu.org/licenses/>.
;;; Commentary:
;; Evil integration for `xref'.
;; Evil bindings for `xref'.
;;; Code:
(require 'evil-collection-util)
(require 'xref)

View File

@ -1,4 +1,4 @@
;;; evil-ztree.el --- Evil bindings for ztree -*- lexical-binding: t -*-
;;; evil-ztree.el --- Evil bindings for ztree -*- lexical-binding: t -*-
;; Copyright (C) 2017 Pierre Neidhardt
@ -7,8 +7,7 @@
;; URL: https://github.com/jojojames/evil-collection
;; Version: 0.0.1
;; Package-Requires: ((emacs "25.1"))
;; Keywords: compile, evil
;; HomePage: https://github.com/jojojames/evil-collection
;; Keywords: evil, ztree, tools
;; This file is free software; you can redistribute it and/or modify
;; it under the terms of the GNU General Public License as published