From 190b2130bd5d0a8ca8143c020e521e581effc8a9 Mon Sep 17 00:00:00 2001 From: Wieland Hoffmann Date: Sat, 3 Sep 2016 10:44:56 +0200 Subject: Escape a backtick --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 12627da..37fd1b9 100755 --- a/README.md +++ b/README.md @@ -45,7 +45,7 @@ inserting angle brackets is, so you can add this: Don't worry about having two entries for `<` surround will take the first. Or in Emacs Lisp modes using \` to enter \` ' is quite useful, but not adding a -pair of ` (the default behavior if no entry in `evil-surround-pairs-alist` is +pair of \` (the default behavior if no entry in `evil-surround-pairs-alist` is present), so you can do this: (add-hook 'emacs-lisp-mode-hook (lambda () -- cgit v1.0 From 0a61b55d1b76c7aa8a34d2ccb80b5ac351ad94e5 Mon Sep 17 00:00:00 2001 From: Wieland Hoffmann Date: Sat, 3 Sep 2016 10:51:46 +0200 Subject: Move the Keywords after the Mailing list header At the moment, MELPA's archive-contents contains the mailing list information in the keywords because they're using an older version of Emacs for building archive-contents. I have verified that this does not break the Package-Requires header. This bug has been fixed in Emacs in https://debbugs.gnu.org/cgi/bugreport.cgi?bug=13207. The issue for MELPA is https://github.com/melpa/melpa/issues/4087. --- evil-surround.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/evil-surround.el b/evil-surround.el index 06f694e..dd08a3b 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: ;; 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. -- cgit v1.0