[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] externals/bufferlo 95f54948c0 023/192: Change defcustom bufferlo-
From: |
ELPA Syncer |
Subject: |
[elpa] externals/bufferlo 95f54948c0 023/192: Change defcustom bufferlo-prefer-local-buffers type to 'symbol. |
Date: |
Sat, 19 Apr 2025 15:57:57 -0400 (EDT) |
branch: externals/bufferlo
commit 95f54948c0f060d2275f45ae33a3328412e05cdf
Author: shipmints <shipmints@gmail.com>
Commit: shipmints <shipmints@gmail.com>
Change defcustom bufferlo-prefer-local-buffers type to 'symbol.
---
bufferlo.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/bufferlo.el b/bufferlo.el
index 285eebde5f..6fe3069405 100644
--- a/bufferlo.el
+++ b/bufferlo.el
@@ -72,7 +72,7 @@ buffers local to the current tab, otherwise they will cycle
through buffers across the frame.
This variable must be set before enabling `bufferlo-mode'."
- :type 'boolean)
+ :type 'symbol)
(defcustom bufferlo-include-buried-buffers t
"Include buried buffers in the local list (`bufferlo-buffer-list').
- [elpa] externals/bufferlo 6462cc8a0c 030/192: Harmonize tab prompt defaults and handler message with frame prompts and message., (continued)
- [elpa] externals/bufferlo 6462cc8a0c 030/192: Harmonize tab prompt defaults and handler message with frame prompts and message., ELPA Syncer, 2025/04/19
- [elpa] externals/bufferlo acb46e7440 012/192: bufferlo-mode-line-lighter-prefix is now a user-settable defvar., ELPA Syncer, 2025/04/19
- [elpa] externals/bufferlo 255bd7f82c 043/192: Working prototype for bufferlo frame bookmark/frameset sessions., ELPA Syncer, 2025/04/19
- [elpa] externals/bufferlo f43e5c7097 074/192: New saved session produces a summary message, ELPA Syncer, 2025/04/19
- [elpa] externals/bufferlo 7b074d00e1 090/192: Add missing bufferlo-bookmark-frame-duplicate-policy custom items, ELPA Syncer, 2025/04/19
- [elpa] externals/bufferlo 3a070053ff 037/192: Removed superfluous space in switch-to-prev-buffer-skip-regexp example, ELPA Syncer, 2025/04/19
- [elpa] externals/bufferlo a6257e095c 048/192: Adjust one-shot idle timer and avoid prompting on bookmark auto saves, ELPA Syncer, 2025/04/19
- [elpa] externals/bufferlo 91645926ec 006/192: Renamed bufferlo-raise-bookmark to bufferlo-bookmark-raise., ELPA Syncer, 2025/04/19
- [elpa] externals/bufferlo 6ff373b847 009/192: Added raise to tabs. Errors now show for bookmark loads. General refinements., ELPA Syncer, 2025/04/19
- [elpa] externals/bufferlo 51b82c820b 028/192: Merge branch 'main' into xp, ELPA Syncer, 2025/04/19
- [elpa] externals/bufferlo 95f54948c0 023/192: Change defcustom bufferlo-prefer-local-buffers type to 'symbol.,
ELPA Syncer <=
- [elpa] externals/bufferlo b36d4ebb50 033/192: Updates while writing documentation. BREAKING CHANGES., ELPA Syncer, 2025/04/19
- [elpa] externals/bufferlo e88c3670b2 004/192: WIP, ELPA Syncer, 2025/04/19
- [elpa] externals/bufferlo 4e522d3468 005/192: WIP, ELPA Syncer, 2025/04/19
- [elpa] externals/bufferlo 12f5a04321 011/192: Added optional tab closing prompts similar to frame closing prompts., ELPA Syncer, 2025/04/19
- [elpa] externals/bufferlo 7694fe8a94 025/192: Refine mode-line to accommodate tty rendering., ELPA Syncer, 2025/04/19
- [elpa] externals/bufferlo 7417b5175c 021/192: Discussion items updates., ELPA Syncer, 2025/04/19
- [elpa] externals/bufferlo 636c972556 031/192: Improve mode-line lighter for tty rendering, ELPA Syncer, 2025/04/19
- [elpa] externals/bufferlo f17aea3156 024/192: Frame bookmark handler defaults to the *Messages* buffer when making a new frame., ELPA Syncer, 2025/04/19
- [elpa] externals/bufferlo 1d94a29914 020/192: Refined current tab and frame bookmark reloading to avoid prompts., ELPA Syncer, 2025/04/19
- [elpa] externals/bufferlo 2a0974598b 019/192: Added interactive ibuffer "-" key to invoke bufferlo-remove. elisp indenting corrections., ELPA Syncer, 2025/04/19