aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCraig Jennings <c@cjennings.net>2026-07-11 00:03:42 -0500
committerCraig Jennings <c@cjennings.net>2026-07-11 00:03:42 -0500
commitf1e46111925dcc26a27547c0dd2222a6c25e7001 (patch)
treefb7ff7f9f8bfb4faa2f63563c7b3ee9ad43d7c2e
parent8793741a3033714b0e5fc2c97622ce9ab4cee83b (diff)
downloaddotemacs-f1e46111925dcc26a27547c0dd2222a6c25e7001.tar.gz
dotemacs-f1e46111925dcc26a27547c0dd2222a6c25e7001.zip
refactor(keybindings): drop the no-op C-x C-f rebind
-rw-r--r--modules/keybindings.el2
1 files changed, 0 insertions, 2 deletions
diff --git a/modules/keybindings.el b/modules/keybindings.el
index 3e51b2dd..5d0262ed 100644
--- a/modules/keybindings.el
+++ b/modules/keybindings.el
@@ -153,8 +153,6 @@ Errors if VAR is unbound, not a non-empty string, or the file does not exist."
;; is armed everywhere. cj/modeline-reset repairs a hijacked buffer.
(keymap-global-unset "<f2>") ;; 2C-command prefix
(keymap-global-unset "C-x 6") ;; 2C-command prefix (same map)
-(keymap-global-unset "C-x C-f") ;; find-file-read-only
-(keymap-global-set "C-x C-f" #'find-file)
(keymap-global-set "C-z" (make-sparse-keymap)) ;; replace suspend-frame with prefix map
(keymap-global-unset "M-o") ;; facemenu-mode