From 182c0f01a30b3dd4eb990423b756b49ed269562f Mon Sep 17 00:00:00 2001 From: contrapunctus Date: Wed, 9 Feb 2022 16:39:47 +0530 Subject: [PATCH] Fix overriding of I keybinding --- init.org | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/init.org b/init.org index 1747615..b555da5 100644 --- a/init.org +++ b/init.org @@ -2745,7 +2745,7 @@ PR ideas emacsshot-snap-window-filename "/media/data/anon/Pictures/screenshots/emacsshot/emacsshot.png")) #+END_SRC -** File management :file: +** dired :file: #+BEGIN_SRC emacs-lisp (use-package dired :init (add-hook 'dired-mode-hook 'turn-on-launch-mode) @@ -2760,7 +2760,7 @@ PR ideas ;; by date, no --group-directories-first ;; "-cgGhlt --time-style=long-iso" - ) + dired-bind-info nil) :bind (:map dired-mode-map ("W" . wdired-change-to-wdired-mode)