diff options
| author | jgart <47760695+jgarte@users.noreply.github.com> | 2021-11-03 12:15:07 -0400 |
|---|---|---|
| committer | Filipe Silva <ninrod@users.noreply.github.com> | 2021-11-08 10:29:46 -0300 |
| commit | 282a975bda83310d20a2c536ac3cf95d2bf188a5 (patch) | |
| tree | e32a3cc10b4d7f0646bcda033f92f69de73230ba /readme.org | |
| parent | 3bd73794ee5a760118042584ef74e2b6fb2a1e06 (diff) | |
Typo fix
Diffstat (limited to 'readme.org')
| -rw-r--r-- | readme.org | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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. |
