From c7116cdc774b1e259eaf3e9e7a318a6c99c2da17 Mon Sep 17 00:00:00 2001 From: Nate Eagleson Date: Tue, 21 Nov 2023 14:00:08 -0500 Subject: Fix some grammar quirks in readme.org --- readme.org | 4 ++-- 1 file 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 -- cgit v1.0