From fc6766bea1e899100381083723846233230ccda5 Mon Sep 17 00:00:00 2001 From: Craig Jennings Date: Sun, 31 Aug 2025 10:28:39 -0500 Subject: removing C-c u for capitalize region - redundant with custom functions capitalization keybindings - also want to free up as many keybindings as possible --- modules/keybindings.el | 1 - 1 file changed, 1 deletion(-) (limited to 'modules') diff --git a/modules/keybindings.el b/modules/keybindings.el index 613e0202d..288ba7e22 100644 --- a/modules/keybindings.el +++ b/modules/keybindings.el @@ -129,7 +129,6 @@ ;; Add commonly-used general keybindings (global-set-key (kbd "C-x C-f") 'find-file) -(global-set-key (kbd "C-c u") 'capitalize-region) (global-set-key (kbd "C-c f") 'link-hint-open-link-at-point) (global-set-key (kbd "M-*") 'calculator) -- cgit v1.2.3