Skip to content

Commit

Permalink
Fix defcustom type
Browse files Browse the repository at this point in the history
  • Loading branch information
florommel committed Nov 25, 2023
1 parent c516fd8 commit ea61e1f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions bufferlo.el
Original file line number Diff line number Diff line change
Expand Up @@ -106,8 +106,9 @@ This is a list of regular expressions that match buffer names."
:type '(repeat string))

(defcustom bufferlo-ibuffer-bind-local-buffer-filter t
"If non-nil, the local buffer filter is bound to \"/ l\" in ibuffer."
: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\"."
:type 'boolean)

(defcustom bufferlo-local-scratch-buffer-name "*local scratch*"
"Base name of the local scratch buffer.
Expand Down

0 comments on commit ea61e1f

Please sign in to comment.