diff options
| -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 |
