summaryrefslogtreecommitdiff
path: root/readme.org
diff options
context:
space:
mode:
authorjgart <47760695+jgarte@users.noreply.github.com>2021-11-03 12:15:07 -0400
committerFilipe Silva <ninrod@users.noreply.github.com>2021-11-08 10:29:46 -0300
commit282a975bda83310d20a2c536ac3cf95d2bf188a5 (patch)
treee32a3cc10b4d7f0646bcda033f92f69de73230ba /readme.org
parent3bd73794ee5a760118042584ef74e2b6fb2a1e06 (diff)
Typo fix
Diffstat (limited to 'readme.org')
-rw-r--r--readme.org2
1 files changed, 1 insertions, 1 deletions
diff --git a/readme.org b/readme.org
index e1773c3..a41b28a 100644
--- a/readme.org
+++ b/readme.org
@@ -21,7 +21,7 @@ To enable it through [[https://github.com/jwiegley/use-package][use-package]], a
(global-evil-surround-mode 1))
#+END_SRC
-Alternatively, can add the =evil-surround.el= file to your load-path and add =(require 'evil-surround)= to your init file.
+Alternatively, a user 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.