Remap C-x C-c to delete-frame

This commit is contained in:
Case Duckworth 2021-09-10 18:28:33 -05:00
parent 84c35ed863
commit e2515d2f5d
1 changed files with 3 additions and 1 deletions

View File

@ -749,7 +749,9 @@ AKA, DO NOT USE THIS FUNCTION!!!"
"M-`" nil
"C-x o" #'acdw/other-window-or-switch-buffer
"C-x O" #'acdw/other-window-or-switch-buffer-backward
"C-c _" #'add-file-local-variable)
"C-c _" #'add-file-local-variable
"C-x C-c" #'delete-frame ; I keep fat-fingering and exiting
)
(:with-map toggle-map
(:bind "c" #'column-number-mode