branch: externals/bufferlo
commit 95f54948c0f060d2275f45ae33a3328412e05cdf
Author: shipmints <[email protected]>
Commit: shipmints <[email protected]>
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').