From 7bbdaa2f35034e43adc6dbd06b8d8ad0be74dd03 Mon Sep 17 00:00:00 2001 From: James Cherti <60946298+jamescherti@users.noreply.github.com> Date: Sun, 9 Mar 2025 09:27:45 -0400 Subject: [PATCH] Update README.md --- README.md | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/README.md b/README.md index ed54ace..c4b9442 100644 --- a/README.md +++ b/README.md @@ -587,16 +587,6 @@ You can also add `vdiff`, a package that provides Vimdiff-like functionality to (vdiff-only-highlight-refinements t)) ``` -The `evil-visualstar` package allows using `*` or `#` search from the visual selection: -``` emacs-lisp -(use-package evil-visualstar - :after evil - :ensure t - :defer t - :commands global-evil-visualstar-mode - :hook (after-init . global-evil-visualstar-mode)) -``` - The `evil-surround` package simplifies handling surrounding characters, such as parentheses, brackets, quotes, etc. It provides key bindings to easily add, change, or delete these surrounding characters in pairs. For instance, you can surround the currently selected text with double quotes in visual state using `S"` or `gS"`: ``` emacs-lisp (use-package evil-surround