From 49cc3fc99d8be08060293a53351482a95f482683 Mon Sep 17 00:00:00 2001 From: James Cherti <60946298+jamescherti@users.noreply.github.com> Date: Sat, 3 Aug 2024 15:26:31 -0400 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 09dc916..e8cfe4b 100644 --- a/README.md +++ b/README.md @@ -93,7 +93,7 @@ Configuring Vim keybindings in Emacs can greatly enhance your editing efficiency (evil-collection-init)) ``` -You can also add [vim-tab-bar](https://github.com/jamescherti/vim-tab-bar.el) to `~/.emacs.d/post-init.el` to give the built-in Emacs tab-bar a style similar to Vim's tabbed browsing interface: +You can also use the [vim-tab-bar](https://github.com/jamescherti/vim-tab-bar.el) Emacs package to `~/.emacs.d/post-init.el` to give the built-in Emacs tab-bar a style similar to Vim's tabbed browsing interface: ``` emacs-lisp (use-package vim-tab-bar :ensure t