diff options
author | Vincent Ambo <tazjin@google.com> | 2019-12-17T00·45+0000 |
---|---|---|
committer | Vincent Ambo <tazjin@google.com> | 2019-12-17T00·45+0000 |
commit | 7965f3ba3a79633a0a87c57aa9e14ce11ec1d3a1 (patch) | |
tree | ebe6b6c3b332077b2239e58c6e3dd8da7572949f /tools/emacs/config/bindings.el | |
parent | 3a719993fcf5cb3a85fde9f9e8df644f907bc32d (diff) |
fix(emacs.d): Disable C-x C-c r/172
Diffstat (limited to 'tools/emacs/config/bindings.el')
-rw-r--r-- | tools/emacs/config/bindings.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/emacs/config/bindings.el b/tools/emacs/config/bindings.el index fa2f1f41f840..9b98d5893f73 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) |