From e6b5e17a394cc8fdd827670b8fa1a81043c8a951 Mon Sep 17 00:00:00 2001 From: John Turner Date: Sun, 3 Jul 2022 21:29:51 -0400 Subject: init --- config/keys/config-keys.el | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 config/keys/config-keys.el (limited to 'config/keys') diff --git a/config/keys/config-keys.el b/config/keys/config-keys.el new file mode 100644 index 0000000..6d74b0a --- /dev/null +++ b/config/keys/config-keys.el @@ -0,0 +1,11 @@ +(global-unset-key (kbd "")) +(global-unset-key (kbd "")) +(global-unset-key (kbd "")) +(global-unset-key (kbd "")) +(global-unset-key (kbd "")) +(global-unset-key (kbd "")) +(global-unset-key (kbd "")) +(global-unset-key (kbd "")) +(global-set-key (kbd "C-x k") 'kill-buffer) + +(provide 'config-keys) -- cgit v1.2.3