diff options
| author | Nate Eagleson <nate@nateeag.com> | 2023-11-21 14:00:08 -0500 |
|---|---|---|
| committer | Tom Dalziel <33435574+tomdl89@users.noreply.github.com> | 2023-12-13 14:36:33 +0100 |
| commit | c7116cdc774b1e259eaf3e9e7a318a6c99c2da17 (patch) | |
| tree | e6ab46029e5eb78969fdfe1b90ffedf02e371690 /readme.org | |
| parent | bd98f7f5492446885dc4c6b0a7579c75c22ac829 (diff) | |
Fix some grammar quirks in readme.org
Diffstat (limited to 'readme.org')
| -rw-r--r-- | readme.org | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -21,9 +21,9 @@ To enable it through [[https://github.com/jwiegley/use-package][use-package]], a (global-evil-surround-mode 1)) #+END_SRC -Alternatively, a user can add the =evil-surround.el= file to your load-path and add =(require 'evil-surround)= to your init file. +Alternatively, you can add the =evil-surround.el= file to your load-path and add =(require 'evil-surround)= to your init file. -Also, Instead of enabling it globally, you can also enable =surround-mode= along a major mode by adding =turn-on-surround-mode= to the mode hook. +Also, instead of enabling it globally, you can also enable =surround-mode= for a given major mode by adding =turn-on-surround-mode= to the mode hook. * Usage ** Add surrounding |
