From 6fac8a28da9bf30da71941340505c2316d0db5a3 Mon Sep 17 00:00:00 2001 From: John Turner Date: Fri, 7 Oct 2022 03:10:21 -0400 Subject: changed the config-* prefix to init-* for all of the init files --- config/keys/config-keys.el | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 config/keys/config-keys.el (limited to 'config/keys/config-keys.el') diff --git a/config/keys/config-keys.el b/config/keys/config-keys.el deleted file mode 100644 index 286521c..0000000 --- a/config/keys/config-keys.el +++ /dev/null @@ -1,12 +0,0 @@ -(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) -(global-set-key (kbd "C-x C-b") 'ibuffer) - -(provide 'config-keys) -- cgit v1.2.3