summaryrefslogtreecommitdiff
path: root/readme.org
diff options
context:
space:
mode:
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.