From: rearman Date: Mon, 17 Oct 2022 19:06:06 +0000 (-0400) Subject: Enabling dired-find-alternate-file X-Git-Url: https://git.earman.xyz/?a=commitdiff_plain;h=8dda913a9c14fa41aee1cb64e0c0f304ee1bbf05;p=emacsinit.git Enabling dired-find-alternate-file --- 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