help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: bs-cycle for dired buffers


From: Stefan Monnier
Subject: Re: bs-cycle for dired buffers
Date: Thu, 22 Jan 2004 20:29:22 GMT
User-agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3.50

> i am using the bs-cycle function from bs.el and would like it cycle through
> my "dired by name" buffers without having to put the "+" sign next to every
> one i open in the buffer-selection-menu.

(add-hook 'dired-mode-hook 'my-dired-mode-hook)
(defun my-dired-mode-hook ()
  (set (make-local-variable 'bs-buffer-show-mark) 'always))


        Stefan


reply via email to

[Prev in Thread] Current Thread [Next in Thread]