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

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

How to bind mouse-1 to find-file in dired?


From: Arne Schmitz
Subject: How to bind mouse-1 to find-file in dired?
Date: Wed, 20 Feb 2008 15:18:11 +0100
User-agent: KNode/0.10.5

I want to get rid of dired-find-file-other-window. I tried the following in
my .emacs:

(eval-after-load "dired" '(progn (define-key dired-mode-map
(kbd "<mouse-1>") 'dired-find-file)))

But this does not seem to work. What should I do?

Arne

-- 
[--- PGP key FD05BED7 --- http://www.root42.de/ ---]


reply via email to

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