about summary refs log tree commit diff
path: root/tools
diff options
context:
space:
mode:
authorVincent Ambo <tazjin@google.com>2019-12-17T00·45+0000
committerVincent Ambo <tazjin@google.com>2019-12-17T00·45+0000
commit7965f3ba3a79633a0a87c57aa9e14ce11ec1d3a1 (patch)
treeebe6b6c3b332077b2239e58c6e3dd8da7572949f /tools
parent3a719993fcf5cb3a85fde9f9e8df644f907bc32d (diff)
fix(emacs.d): Disable C-x C-c r/172
Diffstat (limited to 'tools')
-rw-r--r--tools/emacs/config/bindings.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/emacs/config/bindings.el b/tools/emacs/config/bindings.el
index fa2f1f41f8..9b98d5893f 100644
--- a/tools/emacs/config/bindings.el
+++ b/tools/emacs/config/bindings.el
@@ -32,6 +32,7 @@
 
 ;; C-x REALLY QUIT (idea by @magnars)
 (global-set-key (kbd "C-x r q") 'save-buffers-kill-terminal)
+(global-set-key (kbd "C-x C-c") 'ignore)
 
 ;; Open Fefes Blog
 (global-set-key (kbd "C-c C-f") 'fefes-blog)