summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authorCraig Jennings <c@cjennings.net>2025-08-31 10:28:39 -0500
committerCraig Jennings <c@cjennings.net>2025-08-31 10:28:39 -0500
commitfc6766bea1e899100381083723846233230ccda5 (patch)
tree1c8f4d7dd55d226d5a2cef6c20ef2ed49c53d07c /modules
parent00a06531e675befe18fa6c3228a5bd057581757f (diff)
downloaddotemacs-fc6766bea1e899100381083723846233230ccda5.tar.gz
dotemacs-fc6766bea1e899100381083723846233230ccda5.zip
removing C-c u for capitalize region
- redundant with custom functions capitalization keybindings - also want to free up as many keybindings as possible
Diffstat (limited to 'modules')
-rw-r--r--modules/keybindings.el1
1 files changed, 0 insertions, 1 deletions
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)