diff --git a/evil-ag.el b/evil-ag.el index 203f319..b09f03c 100644 --- a/evil-ag.el +++ b/evil-ag.el @@ -4,11 +4,11 @@ ;; Author: James Nguyen ;; Maintainer: James Nguyen +;; Pierre Neidhardt ;; 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 . ;;; 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) diff --git a/evil-bookmark.el b/evil-bookmark.el index 3299590..43a7a30 100644 --- a/evil-bookmark.el +++ b/evil-bookmark.el @@ -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 ;; Maintainer: James Nguyen +;; Pierre Neidhardt ;; 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 . ;;; 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 diff --git a/evil-calendar.el b/evil-calendar.el index 2cd2578..0787398 100644 --- a/evil-calendar.el +++ b/evil-calendar.el @@ -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 +;; Maintainer: James Nguyen +;; Pierre Neidhardt +;; 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 . ;;; Commentary: +;; Evil bindings for the calendar. ;;; Code: - -(require 'evil) (require 'calendar) +(require 'evil) (defun evil-calendar-setup () (evil-define-key 'motion calendar-mode-map diff --git a/evil-cider.el b/evil-cider.el index a3b687d..6b36b27 100644 --- a/evil-cider.el +++ b/evil-cider.el @@ -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 ;; Maintainer: James Nguyen +;; Pierre Neidhardt ;; 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 . ;;; Commentary: -;; This package provides a sane set of defaults for `cider-mode' when using -;; `evil-mode'. +;; Evil bindings for Cider. ;;; Code: (require 'cider) diff --git a/evil-collection-util.el b/evil-collection-util.el index 11e5b16..e19954b 100644 --- a/evil-collection-util.el +++ b/evil-collection-util.el @@ -4,11 +4,11 @@ ;; Author: James Nguyen ;; Maintainer: James Nguyen +;; Pierre Neidhardt ;; 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 diff --git a/evil-collection.el b/evil-collection.el index 235ba7f..fc7cb59 100644 --- a/evil-collection.el +++ b/evil-collection.el @@ -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 , Pierre Neidhardt -;; Maintainer: James Nguyen , Pierre Neidhardt +;; Author: James Nguyen +;; Pierre Neidhardt +;; Maintainer: James Nguyen +;; Pierre Neidhardt ;; 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 diff --git a/evil-compile.el b/evil-compile.el index a125326..c66c7ee 100644 --- a/evil-compile.el +++ b/evil-compile.el @@ -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 ;; Maintainer: James Nguyen +;; Pierre Neidhardt ;; 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 . ;;; Commentary: -;; Evil integration for `compile' +;; Evil bindings for `compile'. ;;; Code: (require 'evil-collection-util) diff --git a/evil-custom.el b/evil-custom.el index 191a366..46ab643 100644 --- a/evil-custom.el +++ b/evil-custom.el @@ -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 -;; Package-Requires: ((evil "1.2.3")) -;; Package-Version: 20170724.1223 -;; Homepage: https://github.com/jojojames/evil-collection -;; Version: 0 +;; Maintainer: James Nguyen +;; Pierre Neidhardt +;; 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 . ;;; 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) diff --git a/evil-debbugs.el b/evil-debbugs.el index 606ab0d..afeddf3 100644 --- a/evil-debbugs.el +++ b/evil-debbugs.el @@ -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 -;; Maintainer: James Nguyen , Pierre Neidhardt +;; Maintainer: James Nguyen +;; Pierre Neidhardt ;; 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 . ;;; 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) diff --git a/evil-debugger.el b/evil-debugger.el index 88ba197..086c9a0 100644 --- a/evil-debugger.el +++ b/evil-debugger.el @@ -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 -;; Package-Requires: ((evil "1.2.3")) -;; Package-Version: 20170724.1223 -;; Homepage: https://github.com/jojojames/evil-collection -;; Version: 0 +;; Maintainer: James Nguyen +;; Pierre Neidhardt +;; 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 . ;;; Commentary: +;; Evil bindings for the debugger. ;;; Code: diff --git a/evil-diff-mode.el b/evil-diff-mode.el index 98a0498..a576cfe 100644 --- a/evil-diff-mode.el +++ b/evil-diff-mode.el @@ -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 -;; Package-Requires: ((evil "1.2.3")) -;; Package-Version: 20170724.1223 -;; Homepage: https://github.com/jojojames/evil-collection -;; Version: 0 +;; Maintainer: James Nguyen +;; Pierre Neidhardt +;; 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 . ;;; 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: diff --git a/evil-dired.el b/evil-dired.el index d0c6173..78a0119 100644 --- a/evil-dired.el +++ b/evil-dired.el @@ -4,11 +4,11 @@ ;; Author: James Nguyen ;; Maintainer: James Nguyen +;; Pierre Neidhardt ;; 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 . ;;; Commentary: -;; This package provides a sane set of defaults for `dired-mode' when using -;; `evil-mode'. +;; Evil bindings for Dired. ;;; Code: (require 'dired) diff --git a/evil-edebug.el b/evil-edebug.el index 997bdba..ae94822 100644 --- a/evil-edebug.el +++ b/evil-edebug.el @@ -4,11 +4,11 @@ ;; Author: James Nguyen ;; Maintainer: James Nguyen +;; Pierre Neidhardt ;; 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 . ;;; Commentary: -;; This package provides a sane set of defaults for `edebug-mode' when using -;; `evil-mode'. +;; Evil bindings for `edebug-mode'. ;;; Code: (require 'edebug) diff --git a/evil-elfeed.el b/evil-elfeed.el index e5005e9..a16888f 100644 --- a/evil-elfeed.el +++ b/evil-elfeed.el @@ -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 -;; Maintainer: James Nguyen , Pierre Neidhardt +;; Maintainer: James Nguyen +;; Pierre Neidhardt ;; 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 . ;;; Commentary: +;; Evil bindings for elfeed. ;;; Code: - -(require 'evil) (require 'elfeed) +(require 'evil) (defun evil-elfeed-setup () (evil-set-initial-state 'elfeed-search-mode 'motion) diff --git a/evil-elisp-refs.el b/evil-elisp-refs.el index 34c7634..07d392e 100644 --- a/evil-elisp-refs.el +++ b/evil-elisp-refs.el @@ -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 ;; Maintainer: James Nguyen +;; Pierre Neidhardt ;; 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) diff --git a/evil-emms.el b/evil-emms.el index 99f7cca..b99fef9 100644 --- a/evil-emms.el +++ b/evil-emms.el @@ -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 -;; Maintainer: James Nguyen , Pierre Neidhardt +;; Maintainer: James Nguyen +;; Pierre Neidhardt ;; 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 . ;;; Commentary: +;; Evil bindings for EMMS. ;;; Code: - -(require 'evil) (require 'emms) +(require 'evil) ;;; TODO: Make all playback bindings consistent across modes: ;;; - stop diff --git a/evil-eshell.el b/evil-eshell.el index c51ebfe..8605e09 100644 --- a/evil-eshell.el +++ b/evil-eshell.el @@ -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 -;; Package-Requires: ((evil "1.2.3")) -;; Package-Version: 20170724.1223 -;; Homepage: https://github.com/jojojames/evil-collection -;; Version: 0 +;; Maintainer: James Nguyen +;; Pierre Neidhardt +;; 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 . ;;; Commentary: +;; Evil bindings for EMMS ;;; Code: - -(require 'evil) (require 'eshell) +(require 'evil) (defun evil-eshell-next-prompt () (when (get-text-property (point) 'read-only) diff --git a/evil-flycheck.el b/evil-flycheck.el index aa9714a..3844fb7 100644 --- a/evil-flycheck.el +++ b/evil-flycheck.el @@ -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 ;; Maintainer: James Nguyen +;; Pierre Neidhardt ;; 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 . ;;; Commentary: -;; Evil integration for `flycheck-mode'. +;; Evil bindings for `flycheck-mode'. ;;; Code: (require 'evil-collection-util) diff --git a/evil-ggtags.el b/evil-ggtags.el index 8747210..7a1ffee 100644 --- a/evil-ggtags.el +++ b/evil-ggtags.el @@ -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 ;; Maintainer: James Nguyen +;; Pierre Neidhardt ;; 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 . ;;; Commentary: -;; Evil integration for `ggtags-mode'. +;; Evil bindings for `ggtags-mode'. ;;; Code: (require 'evil-collection-util) diff --git a/evil-helm.el b/evil-helm.el index d1fd438..93b5cd9 100644 --- a/evil-helm.el +++ b/evil-helm.el @@ -3,12 +3,12 @@ ;; Copyright (C) 2017 Pierre Neidhardt ;; Author: Pierre Neidhardt -;; Maintainer: James Nguyen , Pierre Neidhardt +;; Maintainer: James Nguyen +;; Pierre Neidhardt ;; 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 . ;;; 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. diff --git a/evil-help.el b/evil-help.el index 1172ce0..8b9442c 100644 --- a/evil-help.el +++ b/evil-help.el @@ -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 ;; Maintainer: James Nguyen +;; Pierre Neidhardt ;; 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 . ;;; 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 diff --git a/evil-ibuffer.el b/evil-ibuffer.el index d4ec47f..ffd0976 100644 --- a/evil-ibuffer.el +++ b/evil-ibuffer.el @@ -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 ;; Maintainer: James Nguyen +;; Pierre Neidhardt ;; 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 . ;;; 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) diff --git a/evil-image+.el b/evil-image+.el index cb4bf67..c2262af 100644 --- a/evil-image+.el +++ b/evil-image+.el @@ -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 -;; Maintainer: James Nguyen , Pierre Neidhardt +;; Maintainer: James Nguyen +;; Pierre Neidhardt ;; 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 . ;;; Commentary: +;; Evil bindings for image-mode with image+. ;;; Code: - (require 'evil) (require 'image+) diff --git a/evil-image.el b/evil-image.el index 081c30c..6763297 100644 --- a/evil-image.el +++ b/evil-image.el @@ -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 -;; Package-Requires: ((evil "1.2.3")) -;; Package-Version: 20170724.1223 -;; Homepage: https://github.com/jojojames/evil-collection -;; Version: 0 +;; Maintainer: James Nguyen +;; Pierre Neidhardt +;; 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 . ;;; Commentary: +;; Evil bindings for `image-mode'. ;;; Code: - (require 'evil) (require 'image-mode) diff --git a/evil-info.el b/evil-info.el index 73e43d5..976d9a4 100644 --- a/evil-info.el +++ b/evil-info.el @@ -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 -;; Package-Requires: ((evil "1.2.3")) -;; Package-Version: 20170724.1223 -;; Homepage: https://github.com/jojojames/evil-collection -;; Version: 0 +;; Maintainer: James Nguyen +;; Pierre Neidhardt +;; 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 . -;;; 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) diff --git a/evil-ivy.el b/evil-ivy.el index 3a79645..cf31775 100644 --- a/evil-ivy.el +++ b/evil-ivy.el @@ -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 ;; Maintainer: James Nguyen +;; Pierre Neidhardt ;; 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 . ;;; Commentary: -;; Evil integration for `ivy-mode'. +;; Evil bindings for `ivy-mode'. ;;; Code: (require 'evil) diff --git a/evil-macrostep.el b/evil-macrostep.el index 47dc043..659e66d 100644 --- a/evil-macrostep.el +++ b/evil-macrostep.el @@ -4,11 +4,11 @@ ;; Author: James Nguyen ;; Maintainer: James Nguyen +;; Pierre Neidhardt ;; 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 . ;;; 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) diff --git a/evil-man.el b/evil-man.el index b4e5362..2852f44 100644 --- a/evil-man.el +++ b/evil-man.el @@ -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 -;; Package-Requires: ((evil "1.2.3")) -;; Package-Version: 20170724.1223 -;; Homepage: https://github.com/jojojames/evil-collection -;; Version: 0 +;; Maintainer: James Nguyen +;; Pierre Neidhardt +;; 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 . ;;; Commentary: +;; Evil bindings for `man'. ;;; Code: - (require 'evil) (require 'man) diff --git a/evil-minibuffer.el b/evil-minibuffer.el index 947bce2..b24adec 100644 --- a/evil-minibuffer.el +++ b/evil-minibuffer.el @@ -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 -;; Package-Requires: ((evil "1.2.3")) -;; Package-Version: 20170724.1223 -;; Homepage: https://github.com/jojojames/evil-collection -;; Version: 0 +;; Maintainer: James Nguyen +;; Pierre Neidhardt +;; 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 . ;;; Commentary: +;; Evil bindings for the minibuffer. ;;; Code: - (require 'evil) (defun evil-minibuffer-insert () diff --git a/evil-occur.el b/evil-occur.el index 6b50265..30bbf18 100644 --- a/evil-occur.el +++ b/evil-occur.el @@ -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 ;; Maintainer: James Nguyen +;; Pierre Neidhardt ;; 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 . ;;; Commentary: -;; Evil integration for `occur'. +;; Evil bindings for `occur'. ;;; Code: (require 'evil-collection-util) diff --git a/evil-outline.el b/evil-outline.el index c521871..2d9f500 100644 --- a/evil-outline.el +++ b/evil-outline.el @@ -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 -;; Package-Requires: ((evil "1.2.3")) -;; Package-Version: 20170724.1223 -;; Homepage: https://github.com/jojojames/evil-collection -;; Version: 0 +;; Maintainer: James Nguyen +;; Pierre Neidhardt +;; 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 . ;;; Commentary: +;; Evil bindings for outline-mode. ;;; Code: - (require 'evil) (require 'outline) diff --git a/evil-p4.el b/evil-p4.el index 7ee6790..1052428 100644 --- a/evil-p4.el +++ b/evil-p4.el @@ -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 ;; Maintainer: James Nguyen +;; Pierre Neidhardt ;; 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 . ;;; 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) diff --git a/evil-package-menu.el b/evil-package-menu.el index 961e4d2..eab3081 100644 --- a/evil-package-menu.el +++ b/evil-package-menu.el @@ -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 -;; Maintainer: James Nguyen , Pierre Neidhardt +;; Maintainer: James Nguyen +;; Pierre Neidhardt ;; 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) diff --git a/evil-pass.el b/evil-pass.el index ce146d5..b2841dd 100644 --- a/evil-pass.el +++ b/evil-pass.el @@ -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 ;; Maintainer: James Nguyen +;; Pierre Neidhardt ;; 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 . ;;; Commentary: -;; Evil integration for `pass-mode'. +;; Evil bindings for `pass-mode'. ;;; Code: (require 'evil-collection-util) diff --git a/evil-pdf.el b/evil-pdf.el index ee3c0e6..5c0e764 100644 --- a/evil-pdf.el +++ b/evil-pdf.el @@ -3,12 +3,12 @@ ;; Copyright (C) 2017 Pierre Neidhardt ;; Author: Pierre Neidhardt -;; Maintainer: James Nguyen , Pierre Neidhardt +;; Maintainer: James Nguyen +;; Pierre Neidhardt ;; 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 . ;;; 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 diff --git a/evil-proced.el b/evil-proced.el index d4bbc87..d5bb978 100644 --- a/evil-proced.el +++ b/evil-proced.el @@ -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 -;; Package-Requires: ((evil "1.2.3")) -;; Package-Version: 20170724.1223 -;; Homepage: https://github.com/jojojames/evil-collection -;; Version: 0 +;; Maintainer: James Nguyen +;; Pierre Neidhardt +;; 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 . ;;; Commentary: +;; Evil bindings for proced. ;;; Code: - (require 'evil) (require 'proced) diff --git a/evil-prodigy.el b/evil-prodigy.el index dfd613b..31c38e7 100644 --- a/evil-prodigy.el +++ b/evil-prodigy.el @@ -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 ;; Maintainer: James Nguyen +;; Pierre Neidhardt ;; 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 . ;;; Commentary: -;; Evil integration for `prodigy'. +;; Evil bindings for `prodigy'. ;;; Code: (require 'evil-collection-util) diff --git a/evil-profiler.el b/evil-profiler.el index f8383fa..8cbeaf2 100644 --- a/evil-profiler.el +++ b/evil-profiler.el @@ -1,14 +1,14 @@ -;;; evil-profiler.el --- Evil integration for profiler. -*- lexical-binding: t -*- +;;; evil-profiler.el --- Evil bindings for profiler -*- lexical-binding: t -*- ;; Copyright (C) 2017 James Nguyen ;; Author: Pierre Neidhardt -;; Maintainer: James Nguyen , Pierre Neidhardt +;; Maintainer: James Nguyen +;; Pierre Neidhardt ;; 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 . ;;; Commentary: -;; Evil integration for `profiler'. +;; Evil bindings for `profiler'. +;;; Code: (require 'evil) (require 'profiler) diff --git a/evil-slime.el b/evil-slime.el index 7d951d5..8e54109 100644 --- a/evil-slime.el +++ b/evil-slime.el @@ -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 ;; Maintainer: James Nguyen +;; Pierre Neidhardt ;; 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 . ;;; Commentary: -;; Evil integration for `slime-mode'. +;; Evil bindings for `slime-mode'. ;;; Code: (require 'evil-collection-util) diff --git a/evil-term.el b/evil-term.el index bcd9a33..c89f571 100644 --- a/evil-term.el +++ b/evil-term.el @@ -3,12 +3,12 @@ ;; Copyright (C) 2017 Pierre Neidhardt ;; Author: Pierre Neidhardt -;; Maintainer: James Nguyen , Pierre Neidhardt +;; Maintainer: James Nguyen +;; Pierre Neidhardt ;; 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) diff --git a/evil-transmission.el b/evil-transmission.el index e83de14..4adc3e0 100644 --- a/evil-transmission.el +++ b/evil-transmission.el @@ -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 -;; Maintainer: James Nguyen , Pierre Neidhardt +;; Maintainer: James Nguyen +;; Pierre Neidhardt ;; 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 . ;;; Commentary: +;; Evil bindings for `transmission'. ;;; Code: - (require 'evil) (require 'transmission) diff --git a/evil-vlf.el b/evil-vlf.el index 2d5d612..90da54d 100644 --- a/evil-vlf.el +++ b/evil-vlf.el @@ -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 ;; Maintainer: James Nguyen +;; Pierre Neidhardt ;; 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 . ;;; Commentary: -;; Evil integration for `vlf'. +;; Evil bindings for `vlf'. + +;;; Code: (require 'evil-collection-util) (require 'vlf) diff --git a/evil-woman.el b/evil-woman.el index 698c664..0320c62 100644 --- a/evil-woman.el +++ b/evil-woman.el @@ -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 -;; Package-Requires: ((evil "1.2.3")) -;; Package-Version: 20170724.1223 -;; Homepage: https://github.com/jojojames/evil-collection -;; Version: 0 +;; Maintainer: James Nguyen +;; Pierre Neidhardt +;; 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 . ;;; 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 diff --git a/evil-xref.el b/evil-xref.el index 19b148c..0a9119b 100644 --- a/evil-xref.el +++ b/evil-xref.el @@ -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 ;; Maintainer: James Nguyen +;; Pierre Neidhardt ;; 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 . ;;; Commentary: -;; Evil integration for `xref'. +;; Evil bindings for `xref'. ;;; Code: - (require 'evil-collection-util) (require 'xref) diff --git a/evil-ztree.el b/evil-ztree.el index 3076d4f..0ee5b7d 100644 --- a/evil-ztree.el +++ b/evil-ztree.el @@ -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