From 24310b4ef1dd4429a1dac824f3e52cf6d567da5b Mon Sep 17 00:00:00 2001 From: James Cherti <60946298+jamescherti@users.noreply.github.com> Date: Sun, 9 Mar 2025 09:34:30 -0400 Subject: [PATCH] Update README.md --- README.md | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/README.md b/README.md index c4b9442..54044e6 100644 --- a/README.md +++ b/README.md @@ -572,21 +572,6 @@ You can also use the [vim-tab-bar](https://github.com/jamescherti/vim-tab-bar.el :hook (after-init . vim-tab-bar-mode)) ``` -You can also add `vdiff`, a package that provides Vimdiff-like functionality to Emacs: -``` emacs-lisp -(use-package vdiff - :ensure t - :defer t - :commands (vdiff-buffers - vdiff-buffers3 - vdiff-quit - vdiff-files - vdiff-files3) - :custom - (vdiff-auto-refine t) - (vdiff-only-highlight-refinements t)) -``` - 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