branch: externals/buffer-expose
commit ea8d671e39360cac2f6eb9afd9e9136cdee167ce
Author: Clemens Radermacher <[email protected]>
Commit: Clemens Radermacher <[email protected]>
Fix regex list type
---
buffer-expose.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/buffer-expose.el b/buffer-expose.el
index c0ce6b9..c2365cc 100644
--- a/buffer-expose.el
+++ b/buffer-expose.el
@@ -153,7 +153,7 @@ question as its argument."
(defcustom buffer-expose-hide-regexes nil
"List of regexes for buffer names which should be hidden."
- :type 'string)
+ :type '(repeat string))
(defcustom buffer-expose-hide-cursor t
"Whether to hide cursors in the overview."