From 5aee696466d7a15160b1bc6357df66930cdc3c25 Mon Sep 17 00:00:00 2001 From: Max mal Richtig Date: Mon, 3 Apr 2023 17:40:41 +0200 Subject: [PATCH] Disable dired-mouse function alteration, as it doesn't load correctly. --- emacs/init.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/emacs/init.el b/emacs/init.el index 7e69178..3d4de30 100644 --- a/emacs/init.el +++ b/emacs/init.el @@ -98,7 +98,7 @@ dired-kill-when-opening-new-dired-buffer t) ;; Do not open additional buffer when opening files/dirs in dired by mouse-click -(define-key dired-mode-map [mouse-2] 'dired-mouse-find-file) +;(define-key dired-mode-map [mouse-2] 'dired-mouse-find-file) ;; use human-readable sizes in dired (setq-default dired-listing-switches "-alh")