From 8dda913a9c14fa41aee1cb64e0c0f304ee1bbf05 Mon Sep 17 00:00:00 2001 From: rearman Date: Mon, 17 Oct 2022 15:06:06 -0400 Subject: [PATCH] Enabling dired-find-alternate-file --- common-init.el | 1 + 1 file changed, 1 insertion(+) diff --git a/common-init.el b/common-init.el index 32e2b43..9a39160 100644 --- a/common-init.el +++ b/common-init.el @@ -153,6 +153,7 @@ Assumes common-init is defined as a variable in the separate init." ;; PUTS AND PUSHES (put 'upcase-region 'disabled nil) (put 'downcase-region 'disabled nil) +(put 'dired-find-alternate-file 'disabled nil) ;; BINDINGS ;; USER SPACE -- 2.39.5