diff options
| author | Wieland Hoffmann <themineo@gmail.com> | 2016-09-03 10:44:56 +0200 |
|---|---|---|
| committer | Wieland Hoffmann <themineo@gmail.com> | 2016-09-03 10:44:56 +0200 |
| commit | 190b2130bd5d0a8ca8143c020e521e581effc8a9 (patch) | |
| tree | 5677b2161c173b3f505ec990ab00c21e62a38e5e | |
| parent | eda6b0d6ca856d66f32b2718887ff02ea5c94d16 (diff) | |
Escape a backtick
| -rwxr-xr-x | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 () |
