branch: externals/bufferlo
commit f897ace31c55cc1219f153f35a49051aa9be4fdf
Author: shipmints <[email protected]>
Commit: shipmints <[email protected]>
Mention bookmark list type column width, and shell-mode bookmarks
---
README.org | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/README.org b/README.org
index 16d463dbdb..8b8ff307b8 100644
--- a/README.org
+++ b/README.org
@@ -747,8 +747,8 @@ references to your files and buffers. Many Emacs modes
support Emacs
bookmarks and can be saved and recalled including ~eshell~ and
~magit-status~ buffers. The state of non-bookmarkable buffers is not
saved. However, during bookmark saving, they are included in the
-bookmark record. At this time, Emacs does not support ~*shell*~ buffer
-bookmarks.
+bookmark record. Emacs 31 has support for ~shell-mode~ local and
+remote buffer bookmarks.
Restoring bookmarks correctly handles renamed buffers with unchanged
file association (e.g., when Emacs had to "uniquify" buffer names).
@@ -1131,6 +1131,8 @@ remain in force until they are saved if this policy is
set to t.
(setq bufferlo-frame-geometry-function #'bufferlo-frame-geometry-default)
(setq bufferlo-frame-sleep-for 0.3)
+ (setq bookmark-bmenu-type-column-width 12) ; supported in Emacs 31
(innocuous on earlier versions)
+
(setq bufferlo-bookmark-buffers-exclude-filters
(list
(rx bos " " (1+ anything)) ; ignores "invisible" buffers; e.g., "
*Minibuf...", " markdown-code-fontification:..."