summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNate Eagleson <nate@nateeag.com>2023-11-21 14:00:08 -0500
committerTom Dalziel <33435574+tomdl89@users.noreply.github.com>2023-12-13 14:36:33 +0100
commitc7116cdc774b1e259eaf3e9e7a318a6c99c2da17 (patch)
treee6ab46029e5eb78969fdfe1b90ffedf02e371690
parentbd98f7f5492446885dc4c6b0a7579c75c22ac829 (diff)
Fix some grammar quirks in readme.org
-rw-r--r--readme.org4
1 files changed, 2 insertions, 2 deletions
diff --git a/readme.org b/readme.org
index a41b28a..65ebc0d 100644
--- a/readme.org
+++ b/readme.org
@@ -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