From e3dc3799b0a086788272f79ef50b1f6fcd9dd802 Mon Sep 17 00:00:00 2001 From: James Cherti <60946298+jamescherti@users.noreply.github.com> Date: Tue, 3 Feb 2026 11:40:49 -0500 Subject: [PATCH] Update README.md --- README.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 075b2b9..a32db7e 100644 --- a/README.md +++ b/README.md @@ -1545,11 +1545,12 @@ To configure **bufferfile**, add the following to `~/.emacs.d/post-init.el`: (bufferfile-delete-switch-to 'parent-directory)) ``` -The bufferfile package addresses the limitations of Emacs' built-in functions: -- Renaming: Indirect buffers point to the correct file path, but their buffer names become outdated. -- Deleting: Indirect buffers are not removed when the base buffer or another indirect buffer is deleted. +**The *bufferfile* package overcomes limitations in Emacs' built-in functions:** -**The bufferfile package addresses these issues** by ensuring that buffer names are updated when renaming a file and that all buffers, including indirect buffers, are deleted when a file is removed. +* **Emacs built-in renaming:** While indirect buffers continue to reference the correct file path, their buffer names can become outdated. +* **Emacs built-in deleting:** Indirect buffers are not automatically removed when the base buffer or another indirect buffer is deleted. + +**The bufferfile package resolves these issues** by updating buffer names when a file is renamed and removing all related buffers, including indirect ones, when a file is deleted. ### Enhancing the Elisp development experience