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> ;; Author: James Nguyen <james@jojojames.com>
;; Maintainer: James Nguyen <james@jojojames.com> ;; Maintainer: James Nguyen <james@jojojames.com>
;; Pierre Neidhardt <ambrevar@gmail.com>
;; URL: https://github.com/jojojames/evil-collection ;; URL: https://github.com/jojojames/evil-collection
;; Version: 0.0.1 ;; Version: 0.0.1
;; Package-Requires: ((emacs "25.1")) ;; Package-Requires: ((emacs "25.1"))
;; Keywords: evil, ag, tools ;; Keywords: evil, ag, tools
;; HomePage: https://github.com/jojojames/evil-collection
;; This program is free software; you can redistribute it and/or modify ;; 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 ;; 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/>. ;; along with this program. If not, see <http://www.gnu.org/licenses/>.
;;; Commentary: ;;; Commentary:
;; This package provides a sane set of defaults for `ag-mode' when using ;; Evil bindings for `ag-mode' from the `wgrep-ag' package.
;; `evil-mode'.
;;; Code: ;;; Code:
(require 'ag) (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 ;; Copyright (C) 2017 James Nguyen
;; Author: James Nguyen <james@jojojames.com> ;; Author: James Nguyen <james@jojojames.com>
;; Maintainer: James Nguyen <james@jojojames.com> ;; Maintainer: James Nguyen <james@jojojames.com>
;; Pierre Neidhardt <ambrevar@gmail.com>
;; URL: https://github.com/jojojames/evil-collection ;; URL: https://github.com/jojojames/evil-collection
;; Version: 0.0.1 ;; Version: 0.0.1
;; Package-Requires: ((emacs "25.1")) ;; Package-Requires: ((emacs "25.1"))
;; Keywords: evil ;; Keywords: evil, bookmark, tools
;; HomePage: https://github.com/jojojames/evil-collection
;; This program is free software; you can redistribute it and/or modify ;; 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 ;; 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/>. ;; along with this program. If not, see <http://www.gnu.org/licenses/>.
;;; Commentary: ;;; Commentary:
;;; Evil bindings for bookmarks. ;; Evil bindings for bookmarks.
;;; Code: ;;; Code:
(require 'bookmark) (require 'bookmark)
@ -36,4 +36,4 @@
:mode bookmark-bmenu-mode)) :mode bookmark-bmenu-mode))
(provide 'evil-bookmark) (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 ;; Copyright (C) 2017 Pierre Neidhardt
;; Author: Pierre Neidhardt <ambrevar@gmail.com> ;; 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-Requires: ((evil "1.2.3"))
;; Package-Version: 20170724.1223 ;; Keywords: evil, calendar, tools
;; Homepage: https://github.com/jojojames/evil-collection
;; Version: 0
;; This file is free software; you can redistribute it and/or modify ;; This file is free software; you can redistribute it and/or modify
;; it under the terms of the GNU General Public License as published ;; it under the terms of the GNU General Public License as published
@ -22,11 +24,11 @@
;; see <http://www.gnu.org/licenses/>. ;; see <http://www.gnu.org/licenses/>.
;;; Commentary: ;;; Commentary:
;; Evil bindings for the calendar.
;;; Code: ;;; Code:
(require 'evil)
(require 'calendar) (require 'calendar)
(require 'evil)
(defun evil-calendar-setup () (defun evil-calendar-setup ()
(evil-define-key 'motion calendar-mode-map (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 ;; Copyright (C) 2017 James Nguyen
;; Author: James Nguyen <james@jojojames.com> ;; Author: James Nguyen <james@jojojames.com>
;; Maintainer: James Nguyen <james@jojojames.com> ;; Maintainer: James Nguyen <james@jojojames.com>
;; Pierre Neidhardt <ambrevar@gmail.com>
;; URL: https://github.com/jojojames/evil-collection ;; URL: https://github.com/jojojames/evil-collection
;; Version: 0.0.1 ;; Version: 0.0.1
;; Package-Requires: ((emacs "25.1")) ;; Package-Requires: ((emacs "25.1"))
;; Keywords: evil, cider, tools ;; Keywords: evil, cider, tools
;; HomePage: https://github.com/jojojames/evil-collection
;; This program is free software; you can redistribute it and/or modify ;; 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 ;; 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/>. ;; along with this program. If not, see <http://www.gnu.org/licenses/>.
;;; Commentary: ;;; Commentary:
;; This package provides a sane set of defaults for `cider-mode' when using ;; Evil bindings for Cider.
;; `evil-mode'.
;;; Code: ;;; Code:
(require 'cider) (require 'cider)

View File

@ -4,11 +4,11 @@
;; Author: James Nguyen <james@jojojames.com> ;; Author: James Nguyen <james@jojojames.com>
;; Maintainer: James Nguyen <james@jojojames.com> ;; Maintainer: James Nguyen <james@jojojames.com>
;; Pierre Neidhardt <ambrevar@gmail.com>
;; URL: https://github.com/jojojames/evil-collection ;; URL: https://github.com/jojojames/evil-collection
;; Version: 0.0.1 ;; Version: 0.0.1
;; Package-Requires: ((emacs "25.1")) ;; Package-Requires: ((emacs "25.1"))
;; Keywords: evil, tools ;; Keywords: evil, tools
;; HomePage: https://github.com/jojojames/evil-collection
;; This program is free software; you can redistribute it and/or modify ;; 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 ;; 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 ;; Copyright (C) 2017 James Nguyen
;; Author: James Nguyen <james@jojojames.com>, Pierre Neidhardt <ambrevar@gmail.com> ;; Author: James Nguyen <james@jojojames.com>
;; Maintainer: James Nguyen <james@jojojames.com>, Pierre Neidhardt <ambrevar@gmail.com> ;; Pierre Neidhardt <ambrevar@gmail.com>
;; Maintainer: James Nguyen <james@jojojames.com>
;; Pierre Neidhardt <ambrevar@gmail.com>
;; URL: https://github.com/jojojames/evil-collection ;; URL: https://github.com/jojojames/evil-collection
;; Version: 0.0.1 ;; Version: 0.0.1
;; Package-Requires: ((emacs "25.1")) ;; Package-Requires: ((emacs "25.1"))
;; Keywords: evil ;; Keywords: evil, tools
;; HomePage: https://github.com/jojojames/evil-collection
;; This program is free software; you can redistribute it and/or modify ;; 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 ;; it under the terms of the GNU General Public License as published by
@ -33,7 +34,6 @@
;; (evil-minibuffer-init) ;; (evil-minibuffer-init)
;;; Code: ;;; Code:
(defvar evil-collection-mode-list (defvar evil-collection-mode-list
'(ag '(ag
bookmark 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 ;; Copyright (C) 2017 James Nguyen
;; Author: James Nguyen <james@jojojames.com> ;; Author: James Nguyen <james@jojojames.com>
;; Maintainer: James Nguyen <james@jojojames.com> ;; Maintainer: James Nguyen <james@jojojames.com>
;; Pierre Neidhardt <ambrevar@gmail.com>
;; URL: https://github.com/jojojames/evil-collection ;; URL: https://github.com/jojojames/evil-collection
;; Version: 0.0.1 ;; Version: 0.0.1
;; Package-Requires: ((emacs "25.1")) ;; Package-Requires: ((emacs "25.1"))
;; Keywords: compile, evil ;; Keywords: evil, compile, tools
;; HomePage: https://github.com/jojojames/evil-collection
;; This program is free software; you can redistribute it and/or modify ;; 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 ;; 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/>. ;; along with this program. If not, see <http://www.gnu.org/licenses/>.
;;; Commentary: ;;; Commentary:
;; Evil integration for `compile' ;; Evil bindings for `compile'.
;;; Code: ;;; Code:
(require 'evil-collection-util) (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 ;; Copyright (C) 2017 Pierre Neidhardt
;; Author: Pierre Neidhardt <ambrevar@gmail.com> ;; Author: Pierre Neidhardt <ambrevar@gmail.com>
;; Package-Requires: ((evil "1.2.3")) ;; Maintainer: James Nguyen <james@jojojames.com>
;; Package-Version: 20170724.1223 ;; Pierre Neidhardt <ambrevar@gmail.com>
;; Homepage: https://github.com/jojojames/evil-collection ;; URL: https://github.com/jojojames/evil-collection
;; Version: 0 ;; 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 ;; This file is free software; you can redistribute it and/or modify
;; it under the terms of the GNU General Public License as published ;; it under the terms of the GNU General Public License as published
@ -22,11 +24,11 @@
;; see <http://www.gnu.org/licenses/>. ;; see <http://www.gnu.org/licenses/>.
;;; Commentary: ;;; Commentary:
;; Evil bindings for the Customize interface.
;;; Code: ;;; Code:
(require 'evil)
(require 'cus-edit) (require 'cus-edit)
(require 'evil)
(defun evil-custom-setup () (defun evil-custom-setup ()
(evil-set-initial-state 'Custom-mode 'normal) (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 ;; Copyright (C) 2017 Pierre Neidhardt
;; Author: Pierre Neidhardt <ambrevar@gmail.com> ;; 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 ;; URL: https://github.com/jojojames/evil-collection
;; Version: 0.0.1 ;; Version: 0.0.1
;; Package-Requires: ((emacs "25.1")) ;; Package-Requires: ((emacs "25.1"))
;; Keywords: compile, evil ;; Keywords: evil, debbugs, tools
;; HomePage: https://github.com/jojojames/evil-collection
;; This file is free software; you can redistribute it and/or modify ;; This file is free software; you can redistribute it and/or modify
;; it under the terms of the GNU General Public License as published ;; it under the terms of the GNU General Public License as published
@ -24,11 +24,11 @@
;; see <http://www.gnu.org/licenses/>. ;; see <http://www.gnu.org/licenses/>.
;;; Commentary: ;;; Commentary:
;; Evil bindings for debbugs.
;;; Code: ;;; Code:
(require 'evil)
(require 'debbugs) (require 'debbugs)
(require 'evil)
(defun evil-diff-mode-setup () (defun evil-diff-mode-setup ()
(evil-set-initial-state 'debbugs-gnu-mode 'motion) (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 ;; Copyright (C) 2017 Pierre Neidhardt
;; Author: Pierre Neidhardt <ambrevar@gmail.com> ;; Author: Pierre Neidhardt <ambrevar@gmail.com>
;; Package-Requires: ((evil "1.2.3")) ;; Maintainer: James Nguyen <james@jojojames.com>
;; Package-Version: 20170724.1223 ;; Pierre Neidhardt <ambrevar@gmail.com>
;; Homepage: https://github.com/jojojames/evil-collection ;; URL: https://github.com/jojojames/evil-collection
;; Version: 0 ;; 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 ;; This file is free software; you can redistribute it and/or modify
;; it under the terms of the GNU General Public License as published ;; it under the terms of the GNU General Public License as published
@ -22,6 +24,7 @@
;; see <http://www.gnu.org/licenses/>. ;; see <http://www.gnu.org/licenses/>.
;;; Commentary: ;;; Commentary:
;; Evil bindings for the debugger.
;;; Code: ;;; 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 ;; Copyright (C) 2017 Pierre Neidhardt
;; Author: Pierre Neidhardt <ambrevar@gmail.com> ;; Author: Pierre Neidhardt <ambrevar@gmail.com>
;; Package-Requires: ((evil "1.2.3")) ;; Maintainer: James Nguyen <james@jojojames.com>
;; Package-Version: 20170724.1223 ;; Pierre Neidhardt <ambrevar@gmail.com>
;; Homepage: https://github.com/jojojames/evil-collection ;; URL: https://github.com/jojojames/evil-collection
;; Version: 0 ;; 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 ;; This file is free software; you can redistribute it and/or modify
;; it under the terms of the GNU General Public License as published ;; it under the terms of the GNU General Public License as published
@ -22,21 +24,14 @@
;; see <http://www.gnu.org/licenses/>. ;; see <http://www.gnu.org/licenses/>.
;;; Commentary: ;;; Commentary:
;;; ;;
;;; Evil-Diff re-uses the read-only particularity of `diff-mode': ;; Evil-Diff re-uses the read-only particularity of `diff-mode':
;;; When the buffer is read-only, enter motion state ;; When the buffer is read-only, enter motion state
;;; and manipulate the diffs with simple bindings. ;; and manipulate the diffs with simple bindings.
;;; When the buffer is writage, use normal/insert states with some Evil-specific ;; When the buffer is writage, use normal/insert states with some Evil-specific
;;; keys to ease navigation. ;; keys to ease navigation.
;;; ;;
;;; Enable Evil-Diff with ;; See also `evil-diff-toggle-setup'.
;;;
;;; (require 'evil-diff)
;;;
;;; See also:
;;;
;;; - `evil-diff-auto-switch-state'
;;; - `evil-diff-toggle-read-only'
;;; Code: ;;; Code:

View File

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

View File

@ -4,11 +4,11 @@
;; Author: James Nguyen <james@jojojames.com> ;; Author: James Nguyen <james@jojojames.com>
;; Maintainer: James Nguyen <james@jojojames.com> ;; Maintainer: James Nguyen <james@jojojames.com>
;; Pierre Neidhardt <ambrevar@gmail.com>
;; URL: https://github.com/jojojames/evil-integrations ;; URL: https://github.com/jojojames/evil-integrations
;; Version: 0.0.1 ;; Version: 0.0.1
;; Package-Requires: ((emacs "25.1")) ;; Package-Requires: ((emacs "25.1"))
;; Keywords: evil, edebug, tools ;; Keywords: evil, edebug, tools
;; HomePage: https://github.com/jojojames/evil-integrations
;; This program is free software; you can redistribute it and/or modify ;; 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 ;; 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/>. ;; along with this program. If not, see <http://www.gnu.org/licenses/>.
;;; Commentary: ;;; Commentary:
;; This package provides a sane set of defaults for `edebug-mode' when using ;; Evil bindings for `edebug-mode'.
;; `evil-mode'.
;;; Code: ;;; Code:
(require 'edebug) (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 ;; Copyright (C) 2017 Pierre Neidhardt
;; Author: Pierre Neidhardt <ambrevar@gmail.com> ;; 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 ;; URL: https://github.com/jojojames/evil-collection
;; Version: 0.0.1 ;; Version: 0.0.1
;; Package-Requires: ((emacs "25.1")) ;; Package-Requires: ((emacs "25.1"))
;; Keywords: compile, evil ;; Keywords: evil, elfeed, tools
;; HomePage: https://github.com/jojojames/evil-collection
;; This file is free software; you can redistribute it and/or modify ;; This file is free software; you can redistribute it and/or modify
;; it under the terms of the GNU General Public License as published ;; it under the terms of the GNU General Public License as published
@ -24,11 +24,11 @@
;; see <http://www.gnu.org/licenses/>. ;; see <http://www.gnu.org/licenses/>.
;;; Commentary: ;;; Commentary:
;; Evil bindings for elfeed.
;;; Code: ;;; Code:
(require 'evil)
(require 'elfeed) (require 'elfeed)
(require 'evil)
(defun evil-elfeed-setup () (defun evil-elfeed-setup ()
(evil-set-initial-state 'elfeed-search-mode 'motion) (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 ;; Copyright (C) 2017 James Nguyen
;; Author: James Nguyen <james@jojojames.com> ;; Author: James Nguyen <james@jojojames.com>
;; Maintainer: James Nguyen <james@jojojames.com> ;; Maintainer: James Nguyen <james@jojojames.com>
;; Pierre Neidhardt <ambrevar@gmail.com>
;; URL: https://github.com/jojojames/evil-collection ;; URL: https://github.com/jojojames/evil-collection
;; Version: 0.0.1 ;; Version: 0.0.1
;; Package-Requires: ((emacs "25.1")) ;; Package-Requires: ((emacs "25.1"))
;; Keywords: evil, elisp-refs, tools ;; Keywords: evil, elisp-refs, tools
;; HomePage: https://github.com/jojojames/evil-collection
;; This program is free software; you can redistribute it and/or modify ;; 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 ;; it under the terms of the GNU General Public License as published by
@ -26,6 +26,8 @@
;;; Commentary: ;;; Commentary:
;; This package provides a sane set of defaults for `elisp-refs' when using ;; This package provides a sane set of defaults for `elisp-refs' when using
;; `evil-mode'. ;; `evil-mode'.
;;; Code:
(require 'evil-collection-util) (require 'evil-collection-util)
(require 'elisp-refs) (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 ;; Copyright (C) 2017 Pierre Neidhardt
;; Author: Pierre Neidhardt <ambrevar@gmail.com> ;; 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 ;; URL: https://github.com/jojojames/evil-collection
;; Version: 0.0.1 ;; Version: 0.0.1
;; Package-Requires: ((emacs "25.1")) ;; Package-Requires: ((emacs "25.1"))
;; Keywords: compile, evil ;; Keywords: evil, emms, tools
;; HomePage: https://github.com/jojojames/evil-collection
;; This file is free software; you can redistribute it and/or modify ;; This file is free software; you can redistribute it and/or modify
;; it under the terms of the GNU General Public License as published ;; it under the terms of the GNU General Public License as published
@ -24,11 +24,11 @@
;; see <http://www.gnu.org/licenses/>. ;; see <http://www.gnu.org/licenses/>.
;;; Commentary: ;;; Commentary:
;; Evil bindings for EMMS.
;;; Code: ;;; Code:
(require 'evil)
(require 'emms) (require 'emms)
(require 'evil)
;;; TODO: Make all playback bindings consistent across modes: ;;; TODO: Make all playback bindings consistent across modes:
;;; - stop ;;; - 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 ;; Copyright (C) 2017 Pierre Neidhardt
;; Author: Pierre Neidhardt <ambrevar@gmail.com> ;; Author: Pierre Neidhardt <ambrevar@gmail.com>
;; Package-Requires: ((evil "1.2.3")) ;; Maintainer: James Nguyen <james@jojojames.com>
;; Package-Version: 20170724.1223 ;; Pierre Neidhardt <ambrevar@gmail.com>
;; Homepage: https://github.com/jojojames/evil-collection ;; URL: https://github.com/jojojames/evil-collection
;; Version: 0 ;; 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 ;; This file is free software; you can redistribute it and/or modify
;; it under the terms of the GNU General Public License as published ;; it under the terms of the GNU General Public License as published
@ -22,11 +24,11 @@
;; see <http://www.gnu.org/licenses/>. ;; see <http://www.gnu.org/licenses/>.
;;; Commentary: ;;; Commentary:
;; Evil bindings for EMMS
;;; Code: ;;; Code:
(require 'evil)
(require 'eshell) (require 'eshell)
(require 'evil)
(defun evil-eshell-next-prompt () (defun evil-eshell-next-prompt ()
(when (get-text-property (point) 'read-only) (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 ;; Copyright (C) 2017 James Nguyen
;; Author: James Nguyen <james@jojojames.com> ;; Author: James Nguyen <james@jojojames.com>
;; Maintainer: James Nguyen <james@jojojames.com> ;; Maintainer: James Nguyen <james@jojojames.com>
;; Pierre Neidhardt <ambrevar@gmail.com>
;; URL: https://github.com/jojojames/evil-collection ;; URL: https://github.com/jojojames/evil-collection
;; Version: 0.0.1 ;; Version: 0.0.1
;; Package-Requires: ((emacs "25.1")) ;; Package-Requires: ((emacs "25.1"))
;; Keywords: evil, flycheck ;; Keywords: evil, flycheck, tools
;; HomePage: https://github.com/jojojames/evil-collection
;; This program is free software; you can redistribute it and/or modify ;; 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 ;; 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/>. ;; along with this program. If not, see <http://www.gnu.org/licenses/>.
;;; Commentary: ;;; Commentary:
;; Evil integration for `flycheck-mode'. ;; Evil bindings for `flycheck-mode'.
;;; Code: ;;; Code:
(require 'evil-collection-util) (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 ;; Copyright (C) 2017 James Nguyen
;; Author: James Nguyen <james@jojojames.com> ;; Author: James Nguyen <james@jojojames.com>
;; Maintainer: James Nguyen <james@jojojames.com> ;; Maintainer: James Nguyen <james@jojojames.com>
;; Pierre Neidhardt <ambrevar@gmail.com>
;; URL: https://github.com/jojojames/evil-collection ;; URL: https://github.com/jojojames/evil-collection
;; Version: 0.0.1 ;; Version: 0.0.1
;; Package-Requires: ((emacs "25.1")) ;; Package-Requires: ((emacs "25.1"))
;; Keywords: evil, ggtags ;; Keywords: evil, ggtags, tools
;; HomePage: https://github.com/jojojames/evil-collection
;; This program is free software; you can redistribute it and/or modify ;; 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 ;; 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/>. ;; along with this program. If not, see <http://www.gnu.org/licenses/>.
;;; Commentary: ;;; Commentary:
;; Evil integration for `ggtags-mode'. ;; Evil bindings for `ggtags-mode'.
;;; Code: ;;; Code:
(require 'evil-collection-util) (require 'evil-collection-util)

View File

@ -3,12 +3,12 @@
;; Copyright (C) 2017 Pierre Neidhardt ;; Copyright (C) 2017 Pierre Neidhardt
;; Author: Pierre Neidhardt <ambrevar@gmail.com> ;; 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 ;; URL: https://github.com/jojojames/evil-collection
;; Version: 0.0.1 ;; Version: 0.0.1
;; Package-Requires: ((emacs "25.1")) ;; Package-Requires: ((emacs "25.1"))
;; Keywords: compile, evil ;; Keywords: evil, helm, tools
;; HomePage: https://github.com/jojojames/evil-collection
;; This file is free software; you can redistribute it and/or modify ;; This file is free software; you can redistribute it and/or modify
;; it under the terms of the GNU General Public License as published ;; it under the terms of the GNU General Public License as published
@ -24,9 +24,9 @@
;; see <http://www.gnu.org/licenses/>. ;; see <http://www.gnu.org/licenses/>.
;;; Commentary: ;;; Commentary:
;; Evil bindings for Helm.
;;; Code: ;;; Code:
(require 'evil) (require 'evil)
(require 'helm-files) ; TODO: Check if this is the ideal requirement and if we are not loading too much. (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 ;; Copyright (C) 2017 James Nguyen
;; Author: James Nguyen <james@jojojames.com> ;; Author: James Nguyen <james@jojojames.com>
;; Maintainer: James Nguyen <james@jojojames.com> ;; Maintainer: James Nguyen <james@jojojames.com>
;; Pierre Neidhardt <ambrevar@gmail.com>
;; URL: https://github.com/jojojames/evil-collection ;; URL: https://github.com/jojojames/evil-collection
;; Version: 0.0.1 ;; Version: 0.0.1
;; Package-Requires: ((emacs "25.1")) ;; Package-Requires: ((emacs "25.1"))
;; Keywords: evil, help ;; Keywords: evil, help, tools
;; HomePage: https://github.com/jojojames/evil-collection
;; This program is free software; you can redistribute it and/or modify ;; 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 ;; 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/>. ;; along with this program. If not, see <http://www.gnu.org/licenses/>.
;;; Commentary: ;;; Commentary:
;; Evil integration for `help-mode'. ;; Evil bindings for `help-mode'.
;;; Code: ;;; Code:
(require 'help-mode)
(require 'evil) (require 'evil)
(require 'help-mode)
(defun evil-help-setup () (defun evil-help-setup ()
(evil-define-key 'motion help-mode-map (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 ;; Copyright (C) 2017 James Nguyen
;; Author: James Nguyen <james@jojojames.com> ;; Author: James Nguyen <james@jojojames.com>
;; Maintainer: James Nguyen <james@jojojames.com> ;; Maintainer: James Nguyen <james@jojojames.com>
;; Pierre Neidhardt <ambrevar@gmail.com>
;; URL: https://github.com/jojojames/evil-collection ;; URL: https://github.com/jojojames/evil-collection
;; Version: 0.0.1 ;; Version: 0.0.1
;; Package-Requires: ((emacs "25.1")) ;; Package-Requires: ((emacs "25.1"))
;; Keywords: evil, ibuffer, tools ;; Keywords: evil, ibuffer, tools
;; HomePage: https://github.com/jojojames/evil-collection
;; This program is free software; you can redistribute it and/or modify ;; 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 ;; 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/>. ;; along with this program. If not, see <http://www.gnu.org/licenses/>.
;;; Commentary: ;;; Commentary:
;; This package provides a sane set of defaults for `ibuffer-mode' when using ;; Evil bindings for IBuffer.
;; `evil-mode'.
;;; Code: ;;; Code:
(require 'evil-collection-util) (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 ;; Copyright (C) 2017 Pierre Neidhardt
;; Author: Pierre Neidhardt <ambrevar@gmail.com> ;; 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 ;; URL: https://github.com/jojojames/evil-collection
;; Version: 0.0.1 ;; Version: 0.0.1
;; Package-Requires: ((emacs "25.1")) ;; Package-Requires: ((emacs "25.1"))
;; Keywords: compile, evil ;; Keywords: evil, image, tools
;; HomePage: https://github.com/jojojames/evil-collection
;; This file is free software; you can redistribute it and/or modify ;; This file is free software; you can redistribute it and/or modify
;; it under the terms of the GNU General Public License as published ;; it under the terms of the GNU General Public License as published
@ -24,9 +24,9 @@
;; see <http://www.gnu.org/licenses/>. ;; see <http://www.gnu.org/licenses/>.
;;; Commentary: ;;; Commentary:
;; Evil bindings for image-mode with image+.
;;; Code: ;;; Code:
(require 'evil) (require 'evil)
(require 'image+) (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 ;; Copyright (C) 2017 Pierre Neidhardt
;; Author: Pierre Neidhardt <ambrevar@gmail.com> ;; Author: Pierre Neidhardt <ambrevar@gmail.com>
;; Package-Requires: ((evil "1.2.3")) ;; Maintainer: James Nguyen <james@jojojames.com>
;; Package-Version: 20170724.1223 ;; Pierre Neidhardt <ambrevar@gmail.com>
;; Homepage: https://github.com/jojojames/evil-collection ;; URL: https://github.com/jojojames/evil-collection
;; Version: 0 ;; 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 ;; This file is free software; you can redistribute it and/or modify
;; it under the terms of the GNU General Public License as published ;; it under the terms of the GNU General Public License as published
@ -22,9 +24,9 @@
;; see <http://www.gnu.org/licenses/>. ;; see <http://www.gnu.org/licenses/>.
;;; Commentary: ;;; Commentary:
;; Evil bindings for `image-mode'.
;;; Code: ;;; Code:
(require 'evil) (require 'evil)
(require 'image-mode) (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 ;; Copyright (C) 2017 Pierre Neidhardt
;; Author: Pierre Neidhardt <ambrevar@gmail.com> ;; Author: Pierre Neidhardt <ambrevar@gmail.com>
;; Package-Requires: ((evil "1.2.3")) ;; Maintainer: James Nguyen <james@jojojames.com>
;; Package-Version: 20170724.1223 ;; Pierre Neidhardt <ambrevar@gmail.com>
;; Homepage: https://github.com/jojojames/evil-collection ;; URL: https://github.com/jojojames/evil-collection
;; Version: 0 ;; 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 ;; This file is free software; you can redistribute it and/or modify
;; it under the terms of the GNU General Public License as published ;; 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 ;; For a full copy of the GNU General Public License
;; see <http://www.gnu.org/licenses/>. ;; see <http://www.gnu.org/licenses/>.
;;; Commentary: The default bindings in motion state override the standard ;;; Commentary:
;;; movement keys. This package restores them. ;; The default bindings in motion state override the standard
;; movement keys. This package restores them.
;;; Code: ;;; Code:
(require 'evil) (require 'evil)
(require 'info) (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 ;; Copyright (C) 2017 James Nguyen
;; Author: James Nguyen <james@jojojames.com> ;; Author: James Nguyen <james@jojojames.com>
;; Maintainer: James Nguyen <james@jojojames.com> ;; Maintainer: James Nguyen <james@jojojames.com>
;; Pierre Neidhardt <ambrevar@gmail.com>
;; URL: https://github.com/jojojames/evil-collection ;; URL: https://github.com/jojojames/evil-collection
;; Version: 0.0.1 ;; Version: 0.0.1
;; Package-Requires: ((emacs "25.1")) ;; Package-Requires: ((emacs "25.1"))
;; Keywords: evil, ivy ;; Keywords: evil, ivy, tools
;; HomePage: https://github.com/jojojames/evil-collection
;; This program is free software; you can redistribute it and/or modify ;; 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 ;; 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/>. ;; along with this program. If not, see <http://www.gnu.org/licenses/>.
;;; Commentary: ;;; Commentary:
;; Evil integration for `ivy-mode'. ;; Evil bindings for `ivy-mode'.
;;; Code: ;;; Code:
(require 'evil) (require 'evil)

View File

@ -4,11 +4,11 @@
;; Author: James Nguyen <james@jojojames.com> ;; Author: James Nguyen <james@jojojames.com>
;; Maintainer: James Nguyen <james@jojojames.com> ;; Maintainer: James Nguyen <james@jojojames.com>
;; Pierre Neidhardt <ambrevar@gmail.com>
;; URL: https://github.com/jojojames/evil-collection ;; URL: https://github.com/jojojames/evil-collection
;; Version: 0.0.1 ;; Version: 0.0.1
;; Package-Requires: ((emacs "25.1")) ;; Package-Requires: ((emacs "25.1"))
;; Keywords: evil, macrostep, tools ;; Keywords: evil, macrostep, tools
;; HomePage: https://github.com/jojojames/evil-collection
;; This program is free software; you can redistribute it and/or modify ;; 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 ;; 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/>. ;; along with this program. If not, see <http://www.gnu.org/licenses/>.
;;; Commentary: ;;; Commentary:
;; This package provides a sane set of defaults for `macrostep-mode' when using ;; Evil bindings for `macrostep-mode'.
;; `evil-mode'.
;;; Code:
(require 'evil-collection-util) (require 'evil-collection-util)
(require 'macrostep) (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 ;; Copyright (C) 2017 Pierre Neidhardt
;; Author: Pierre Neidhardt <ambrevar@gmail.com> ;; Author: Pierre Neidhardt <ambrevar@gmail.com>
;; Package-Requires: ((evil "1.2.3")) ;; Maintainer: James Nguyen <james@jojojames.com>
;; Package-Version: 20170724.1223 ;; Pierre Neidhardt <ambrevar@gmail.com>
;; Homepage: https://github.com/jojojames/evil-collection ;; URL: https://github.com/jojojames/evil-collection
;; Version: 0 ;; 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 ;; This file is free software; you can redistribute it and/or modify
;; it under the terms of the GNU General Public License as published ;; it under the terms of the GNU General Public License as published
@ -22,9 +24,9 @@
;; see <http://www.gnu.org/licenses/>. ;; see <http://www.gnu.org/licenses/>.
;;; Commentary: ;;; Commentary:
;; Evil bindings for `man'.
;;; Code: ;;; Code:
(require 'evil) (require 'evil)
(require 'man) (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 ;; Copyright (C) 2017 Pierre Neidhardt
;; Author: Pierre Neidhardt <ambrevar@gmail.com> ;; Author: Pierre Neidhardt <ambrevar@gmail.com>
;; Package-Requires: ((evil "1.2.3")) ;; Maintainer: James Nguyen <james@jojojames.com>
;; Package-Version: 20170724.1223 ;; Pierre Neidhardt <ambrevar@gmail.com>
;; Homepage: https://github.com/jojojames/evil-collection ;; URL: https://github.com/jojojames/evil-collection
;; Version: 0 ;; 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 ;; This file is free software; you can redistribute it and/or modify
;; it under the terms of the GNU General Public License as published ;; it under the terms of the GNU General Public License as published
@ -22,9 +24,9 @@
;; see <http://www.gnu.org/licenses/>. ;; see <http://www.gnu.org/licenses/>.
;;; Commentary: ;;; Commentary:
;; Evil bindings for the minibuffer.
;;; Code: ;;; Code:
(require 'evil) (require 'evil)
(defun evil-minibuffer-insert () (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 ;; Copyright (C) 2017 James Nguyen
;; Author: James Nguyen <james@jojojames.com> ;; Author: James Nguyen <james@jojojames.com>
;; Maintainer: James Nguyen <james@jojojames.com> ;; Maintainer: James Nguyen <james@jojojames.com>
;; Pierre Neidhardt <ambrevar@gmail.com>
;; URL: https://github.com/jojojames/evil-collection ;; URL: https://github.com/jojojames/evil-collection
;; Version: 0.0.1 ;; Version: 0.0.1
;; Package-Requires: ((emacs "25.1")) ;; Package-Requires: ((emacs "25.1"))
;; Keywords: evil, occur ;; Keywords: evil, occur, tools
;; HomePage: https://github.com/jojojames/evil-collection
;; This program is free software; you can redistribute it and/or modify ;; 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 ;; 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/>. ;; along with this program. If not, see <http://www.gnu.org/licenses/>.
;;; Commentary: ;;; Commentary:
;; Evil integration for `occur'. ;; Evil bindings for `occur'.
;;; Code: ;;; Code:
(require 'evil-collection-util) (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 ;; Copyright (C) 2017 Pierre Neidhardt
;; Author: Pierre Neidhardt <ambrevar@gmail.com> ;; Author: Pierre Neidhardt <ambrevar@gmail.com>
;; Package-Requires: ((evil "1.2.3")) ;; Maintainer: James Nguyen <james@jojojames.com>
;; Package-Version: 20170724.1223 ;; Pierre Neidhardt <ambrevar@gmail.com>
;; Homepage: https://github.com/jojojames/evil-collection ;; URL: https://github.com/jojojames/evil-collection
;; Version: 0 ;; 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 ;; This file is free software; you can redistribute it and/or modify
;; it under the terms of the GNU General Public License as published ;; it under the terms of the GNU General Public License as published
@ -22,9 +24,9 @@
;; see <http://www.gnu.org/licenses/>. ;; see <http://www.gnu.org/licenses/>.
;;; Commentary: ;;; Commentary:
;; Evil bindings for outline-mode.
;;; Code: ;;; Code:
(require 'evil) (require 'evil)
(require 'outline) (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 ;; Copyright (C) 2017 James Nguyen
;; Author: James Nguyen <james@jojojames.com> ;; Author: James Nguyen <james@jojojames.com>
;; Maintainer: James Nguyen <james@jojojames.com> ;; Maintainer: James Nguyen <james@jojojames.com>
;; Pierre Neidhardt <ambrevar@gmail.com>
;; URL: https://github.com/jojojames/evil-collection ;; URL: https://github.com/jojojames/evil-collection
;; Version: 0.0.1 ;; Version: 0.0.1
;; Package-Requires: ((emacs "25.1")) ;; Package-Requires: ((emacs "25.1"))
;; Keywords: evil, p4, tools ;; Keywords: evil, p4, tools
;; HomePage: https://github.com/jojojames/evil-collection
;; This program is free software; you can redistribute it and/or modify ;; 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 ;; 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/>. ;; along with this program. If not, see <http://www.gnu.org/licenses/>.
;;; Commentary: ;;; Commentary:
;; This package provides a sane set of defaults for `p4-mode' when using ;; Evil bindings for P4.
;; `evil-mode'.
;;; Code:
(require 'evil-collection-util) (require 'evil-collection-util)
(require 'p4) (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 ;; Copyright (C) 2017 James Nguyen
;; Author: James Nguyen <james@jojojames.com> ;; 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 ;; URL: https://github.com/jojojames/evil-collection
;; Version: 0.0.1 ;; Version: 0.0.1
;; Package-Requires: ((emacs "25.1")) ;; Package-Requires: ((emacs "25.1"))
;; Keywords: evil, package-menu ;; Keywords: evil, package-menu, tools
;; HomePage: https://github.com/jojojames/evil-collection
;; This program is free software; you can redistribute it and/or modify ;; 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 ;; it under the terms of the GNU General Public License as published by
@ -27,7 +27,6 @@
;; Evil integration for `package-menu-mode'. ;; Evil integration for `package-menu-mode'.
;;; Code: ;;; Code:
(require 'evil) (require 'evil)
(require 'package) (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 ;; Copyright (C) 2017 James Nguyen
;; Author: James Nguyen <james@jojojames.com> ;; Author: James Nguyen <james@jojojames.com>
;; Maintainer: James Nguyen <james@jojojames.com> ;; Maintainer: James Nguyen <james@jojojames.com>
;; Pierre Neidhardt <ambrevar@gmail.com>
;; URL: https://github.com/jojojames/evil-collection ;; URL: https://github.com/jojojames/evil-collection
;; Version: 0.0.1 ;; Version: 0.0.1
;; Package-Requires: ((emacs "25.1")) ;; Package-Requires: ((emacs "25.1"))
;; Keywords: evil, pass ;; Keywords: evil, pass, tools
;; HomePage: https://github.com/jojojames/evil-collection
;; This program is free software; you can redistribute it and/or modify ;; 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 ;; 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/>. ;; along with this program. If not, see <http://www.gnu.org/licenses/>.
;;; Commentary: ;;; Commentary:
;; Evil integration for `pass-mode'. ;; Evil bindings for `pass-mode'.
;;; Code: ;;; Code:
(require 'evil-collection-util) (require 'evil-collection-util)

View File

@ -3,12 +3,12 @@
;; Copyright (C) 2017 Pierre Neidhardt ;; Copyright (C) 2017 Pierre Neidhardt
;; Author: Pierre Neidhardt <ambrevar@gmail.com> ;; 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 ;; URL: https://github.com/jojojames/evil-collection
;; Version: 0.0.1 ;; Version: 0.0.1
;; Package-Requires: ((emacs "25.1")) ;; Package-Requires: ((emacs "25.1"))
;; Keywords: compile, evil ;; Keywords: evil, pdf, tools
;; HomePage: https://github.com/jojojames/evil-collection
;; This file is free software; you can redistribute it and/or modify ;; This file is free software; you can redistribute it and/or modify
;; it under the terms of the GNU General Public License as published ;; it under the terms of the GNU General Public License as published
@ -24,8 +24,11 @@
;; see <http://www.gnu.org/licenses/>. ;; see <http://www.gnu.org/licenses/>.
;;; Commentary: ;;; Commentary:
;; Evil bindings for pdf-tools.
;;; Code: ;;; Code:
(require 'evil)
(require 'pdf-view)
;; TODO: `image-mode-map' is the parent of `pdf-view-mode-map'. A bug(?) in ;; 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. ;; 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. ;; and https://github.com/politza/pdf-tools/issues/324.
;; Changing load order only changes which mode overrides the other. ;; Changing load order only changes which mode overrides the other.
(require 'evil)
(require 'pdf-view)
(defun evil-pdf-view-goto-page (&optional page) (defun evil-pdf-view-goto-page (&optional page)
(interactive "P") (interactive "P")
(if page (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 ;; Copyright (C) 2017 Pierre Neidhardt
;; Author: Pierre Neidhardt <ambrevar@gmail.com> ;; Author: Pierre Neidhardt <ambrevar@gmail.com>
;; Package-Requires: ((evil "1.2.3")) ;; Maintainer: James Nguyen <james@jojojames.com>
;; Package-Version: 20170724.1223 ;; Pierre Neidhardt <ambrevar@gmail.com>
;; Homepage: https://github.com/jojojames/evil-collection ;; URL: https://github.com/jojojames/evil-collection
;; Version: 0 ;; 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 ;; This file is free software; you can redistribute it and/or modify
;; it under the terms of the GNU General Public License as published ;; it under the terms of the GNU General Public License as published
@ -22,9 +24,9 @@
;; see <http://www.gnu.org/licenses/>. ;; see <http://www.gnu.org/licenses/>.
;;; Commentary: ;;; Commentary:
;; Evil bindings for proced.
;;; Code: ;;; Code:
(require 'evil) (require 'evil)
(require 'proced) (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 ;; Copyright (C) 2017 James Nguyen
;; Author: James Nguyen <james@jojojames.com> ;; Author: James Nguyen <james@jojojames.com>
;; Maintainer: James Nguyen <james@jojojames.com> ;; Maintainer: James Nguyen <james@jojojames.com>
;; Pierre Neidhardt <ambrevar@gmail.com>
;; URL: https://github.com/jojojames/evil-collection ;; URL: https://github.com/jojojames/evil-collection
;; Version: 0.0.1 ;; Version: 0.0.1
;; Package-Requires: ((emacs "25.1")) ;; Package-Requires: ((emacs "25.1"))
;; Keywords: evil, prodigy ;; Keywords: evil, prodigy, tools
;; HomePage: https://github.com/jojojames/evil-collection
;; This program is free software; you can redistribute it and/or modify ;; 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 ;; 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/>. ;; along with this program. If not, see <http://www.gnu.org/licenses/>.
;;; Commentary: ;;; Commentary:
;; Evil integration for `prodigy'. ;; Evil bindings for `prodigy'.
;;; Code: ;;; Code:
(require 'evil-collection-util) (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 ;; Copyright (C) 2017 James Nguyen
;; Author: Pierre Neidhardt <ambrevar@gmail.com> ;; 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 ;; URL: https://github.com/jojojames/evil-collection
;; Version: 0.0.1 ;; Version: 0.0.1
;; Package-Requires: ((emacs "25.1")) ;; Package-Requires: ((emacs "25.1"))
;; Keywords: evil, profiler ;; Keywords: evil, profiler, tools
;; HomePage: https://github.com/jojojames/evil-collection
;; This program is free software; you can redistribute it and/or modify ;; 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 ;; 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/>. ;; along with this program. If not, see <http://www.gnu.org/licenses/>.
;;; Commentary: ;;; Commentary:
;; Evil integration for `profiler'. ;; Evil bindings for `profiler'.
;;; Code:
(require 'evil) (require 'evil)
(require 'profiler) (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 ;; Copyright (C) 2017 James Nguyen
;; Author: James Nguyen <james@jojojames.com> ;; Author: James Nguyen <james@jojojames.com>
;; Maintainer: James Nguyen <james@jojojames.com> ;; Maintainer: James Nguyen <james@jojojames.com>
;; Pierre Neidhardt <ambrevar@gmail.com>
;; URL: https://github.com/jojojames/evil-collection ;; URL: https://github.com/jojojames/evil-collection
;; Version: 0.0.1 ;; Version: 0.0.1
;; Package-Requires: ((emacs "25.1")) ;; Package-Requires: ((emacs "25.1"))
;; Keywords: evil, slime ;; Keywords: evil, slime, tools
;; HomePage: https://github.com/jojojames/evil-collection
;; This program is free software; you can redistribute it and/or modify ;; 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 ;; 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/>. ;; along with this program. If not, see <http://www.gnu.org/licenses/>.
;;; Commentary: ;;; Commentary:
;; Evil integration for `slime-mode'. ;; Evil bindings for `slime-mode'.
;;; Code: ;;; Code:
(require 'evil-collection-util) (require 'evil-collection-util)

View File

@ -3,12 +3,12 @@
;; Copyright (C) 2017 Pierre Neidhardt ;; Copyright (C) 2017 Pierre Neidhardt
;; Author: Pierre Neidhardt <ambrevar@gmail.com> ;; 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 ;; URL: https://github.com/jojojames/evil-collection
;; Version: 0.0.1 ;; Version: 0.0.1
;; Package-Requires: ((emacs "25.1")) ;; Package-Requires: ((emacs "25.1"))
;; Keywords: evil, term ;; Keywords: evil, term, tools
;; HomePage: https://github.com/jojojames/evil-collection
;; This file is free software; you can redistribute it and/or modify ;; This file is free software; you can redistribute it and/or modify
;; it under the terms of the GNU General Public License as published ;; 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. ;; Conversely, switching to insert state will automatically switch to char mode.
;;; Code: ;;; Code:
(require 'evil) (require 'evil)
(require 'term) (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 ;; Copyright (C) 2017 Pierre Neidhardt
;; Author: Pierre Neidhardt <ambrevar@gmail.com> ;; 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 ;; URL: https://github.com/jojojames/evil-collection
;; Version: 0.0.1 ;; Version: 0.0.1
;; Package-Requires: ((emacs "25.1")) ;; Package-Requires: ((emacs "25.1"))
;; Keywords: compile, evil ;; Keywords: evil, transmission, tools
;; HomePage: https://github.com/jojojames/evil-collection
;; This file is free software; you can redistribute it and/or modify ;; This file is free software; you can redistribute it and/or modify
;; it under the terms of the GNU General Public License as published ;; it under the terms of the GNU General Public License as published
@ -24,9 +24,9 @@
;; see <http://www.gnu.org/licenses/>. ;; see <http://www.gnu.org/licenses/>.
;;; Commentary: ;;; Commentary:
;; Evil bindings for `transmission'.
;;; Code: ;;; Code:
(require 'evil) (require 'evil)
(require 'transmission) (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 ;; Copyright (C) 2017 James Nguyen
;; Author: James Nguyen <james@jojojames.com> ;; Author: James Nguyen <james@jojojames.com>
;; Maintainer: James Nguyen <james@jojojames.com> ;; Maintainer: James Nguyen <james@jojojames.com>
;; Pierre Neidhardt <ambrevar@gmail.com>
;; URL: https://github.com/jojojames/evil-collection ;; URL: https://github.com/jojojames/evil-collection
;; Version: 0.0.1 ;; Version: 0.0.1
;; Package-Requires: ((emacs "25.1")) ;; Package-Requires: ((emacs "25.1"))
;; Keywords: evil, vlf ;; Keywords: evil, vlf, tools
;; HomePage: https://github.com/jojojames/evil-collection
;; This program is free software; you can redistribute it and/or modify ;; 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 ;; 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/>. ;; along with this program. If not, see <http://www.gnu.org/licenses/>.
;;; Commentary: ;;; Commentary:
;; Evil integration for `vlf'. ;; Evil bindings for `vlf'.
;;; Code:
(require 'evil-collection-util) (require 'evil-collection-util)
(require 'vlf) (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 ;; Copyright (C) 2017 Pierre Neidhardt
;; Author: Pierre Neidhardt <ambrevar@gmail.com> ;; Author: Pierre Neidhardt <ambrevar@gmail.com>
;; Package-Requires: ((evil "1.2.3")) ;; Maintainer: James Nguyen <james@jojojames.com>
;; Package-Version: 20170724.1223 ;; Pierre Neidhardt <ambrevar@gmail.com>
;; Homepage: https://github.com/jojojames/evil-collection ;; URL: https://github.com/jojojames/evil-collection
;; Version: 0 ;; 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 ;; This file is free software; you can redistribute it and/or modify
;; it under the terms of the GNU General Public License as published ;; it under the terms of the GNU General Public License as published
@ -22,12 +24,12 @@
;; see <http://www.gnu.org/licenses/>. ;; see <http://www.gnu.org/licenses/>.
;;; Commentary: ;;; Commentary:
;; Evil bindings for `woman'.
;;; Code: ;;; Code:
(require 'woman)
(require 'evil) (require 'evil)
(require 'evil-man) ; WoMan's keymap inherits from Man. (require 'evil-man) ; WoMan's keymap inherits from Man.
(require 'woman)
(defun evil-woman-setup () (defun evil-woman-setup ()
(evil-define-key 'motion woman-mode-map (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 ;; Copyright (C) 2017 James Nguyen
;; Author: James Nguyen <james@jojojames.com> ;; Author: James Nguyen <james@jojojames.com>
;; Maintainer: James Nguyen <james@jojojames.com> ;; Maintainer: James Nguyen <james@jojojames.com>
;; Pierre Neidhardt <ambrevar@gmail.com>
;; URL: https://github.com/jojojames/evil-collection ;; URL: https://github.com/jojojames/evil-collection
;; Version: 0.0.1 ;; Version: 0.0.1
;; Package-Requires: ((emacs "25.1")) ;; Package-Requires: ((emacs "25.1"))
;; Keywords: evil, xref ;; Keywords: evil, xref, tools
;; HomePage: https://github.com/jojojames/evil-collection
;; This program is free software; you can redistribute it and/or modify ;; 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 ;; 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/>. ;; along with this program. If not, see <http://www.gnu.org/licenses/>.
;;; Commentary: ;;; Commentary:
;; Evil integration for `xref'. ;; Evil bindings for `xref'.
;;; Code: ;;; Code:
(require 'evil-collection-util) (require 'evil-collection-util)
(require 'xref) (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 ;; Copyright (C) 2017 Pierre Neidhardt
@ -7,8 +7,7 @@
;; URL: https://github.com/jojojames/evil-collection ;; URL: https://github.com/jojojames/evil-collection
;; Version: 0.0.1 ;; Version: 0.0.1
;; Package-Requires: ((emacs "25.1")) ;; Package-Requires: ((emacs "25.1"))
;; Keywords: compile, evil ;; Keywords: evil, ztree, tools
;; HomePage: https://github.com/jojojames/evil-collection
;; This file is free software; you can redistribute it and/or modify ;; This file is free software; you can redistribute it and/or modify
;; it under the terms of the GNU General Public License as published ;; it under the terms of the GNU General Public License as published