diff options
| author | Tim Harper <timcharper@gmail.com> | 2016-09-07 14:17:17 -0600 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2016-09-07 14:17:17 -0600 |
| commit | 3e4baf7e203adbb1a57cbb372db17edf1f3a2b90 (patch) | |
| tree | 37c9b19adf447b41c59512c87d7d9bb7d84806f7 /evil-surround.el | |
| parent | 00f70acffff1e173262b4ff45f87694e4e0b78ea (diff) | |
| parent | 0a61b55d1b76c7aa8a34d2ccb80b5ac351ad94e5 (diff) | |
Merge pull request #80 from mineo/doc-fixes
Escape a backtick in markdown and fix the keywords on MELPA
Diffstat (limited to 'evil-surround.el')
| -rwxr-xr-x | evil-surround.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/evil-surround.el b/evil-surround.el index 642f97b..10873c6 100755 --- a/evil-surround.el +++ b/evil-surround.el @@ -11,11 +11,11 @@ ;; Created: July 23 2011 ;; Version: 0.1 ;; Package-Requires: ((evil "1.2.12")) -;; Keywords: emulation, vi, evil ;; Mailing list: <implementations-list at lists.ourproject.org> ;; Subscribe: http://tinyurl.com/implementations-list ;; Newsgroup: nntp://news.gmane.org/gmane.emacs.vim-emulation ;; Archives: http://dir.gmane.org/gmane.emacs.vim-emulation +;; Keywords: emulation, vi, evil ;; ;; This file is not part of GNU Emacs. |
