diff options
author | Case Duckworth | 2021-09-10 18:28:33 -0500 |
---|---|---|
committer | Case Duckworth | 2021-09-10 18:28:33 -0500 |
commit | e2515d2f5d825336b8c171aaf5596adfc25480e3 (patch) | |
tree | 7ae12df40d24742d268f22bca8a535b4da69b897 | |
parent | Add /shorten command for circe (diff) | |
download | emacs-e2515d2f5d825336b8c171aaf5596adfc25480e3.tar.gz emacs-e2515d2f5d825336b8c171aaf5596adfc25480e3.zip |
Remap C-x C-c to delete-frame
-rw-r--r-- | init.el | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/init.el b/init.el index 1de412e..ed98a41 100644 --- a/init.el +++ b/init.el | |||
@@ -749,7 +749,9 @@ AKA, DO NOT USE THIS FUNCTION!!!" | |||
749 | "M-`" nil | 749 | "M-`" nil |
750 | "C-x o" #'acdw/other-window-or-switch-buffer | 750 | "C-x o" #'acdw/other-window-or-switch-buffer |
751 | "C-x O" #'acdw/other-window-or-switch-buffer-backward | 751 | "C-x O" #'acdw/other-window-or-switch-buffer-backward |
752 | "C-c _" #'add-file-local-variable) | 752 | "C-c _" #'add-file-local-variable |
753 | "C-x C-c" #'delete-frame ; I keep fat-fingering and exiting | ||
754 | ) | ||
753 | 755 | ||
754 | (:with-map toggle-map | 756 | (:with-map toggle-map |
755 | (:bind "c" #'column-number-mode | 757 | (:bind "c" #'column-number-mode |