We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c516fd8 commit ea61e1fCopy full SHA for ea61e1f
bufferlo.el
@@ -106,8 +106,9 @@ This is a list of regular expressions that match buffer names."
106
:type '(repeat string))
107
108
(defcustom bufferlo-ibuffer-bind-local-buffer-filter t
109
- "If non-nil, the local buffer filter is bound to \"/ l\" in ibuffer."
110
- :type '(repeat string))
+ "If non-nil, bind the local buffer filter and the orphan filter in ibuffer.
+The local buffer filter is bound to \"/ l\" and the orphan filter to \"/ L\"."
111
+ :type 'boolean)
112
113
(defcustom bufferlo-local-scratch-buffer-name "*local scratch*"
114
"Base name of the local scratch buffer.
0 commit comments