aboutsummaryrefslogtreecommitdiff
path: root/modules/selection-framework.el
diff options
context:
space:
mode:
authorCraig Jennings <c@cjennings.net>2025-10-23 00:15:14 -0500
committerCraig Jennings <c@cjennings.net>2025-10-23 00:15:14 -0500
commitbd559d3b87438469fb27c6c5da63747df451f3ff (patch)
tree516652c77741824f0c1405e28a19b3acd218fd18 /modules/selection-framework.el
parent520dc8f3d31d590f8990087c427e6ca8bb43363b (diff)
downloaddotemacs-bd559d3b87438469fb27c6c5da63747df451f3ff.tar.gz
dotemacs-bd559d3b87438469fb27c6c5da63747df451f3ff.zip
refactor: unify and simplify key binding setups
Optimized key binding configurations across modules for consistency and reduced redundancy. Improved conditional requiring to handle errors gracefully in `music-config.el`, ensuring robustness across different machine environments. Eliminated comments clutter and adjusted function definitions to adhere to revised standards.
Diffstat (limited to 'modules/selection-framework.el')
-rw-r--r--modules/selection-framework.el3
1 files changed, 1 insertions, 2 deletions
diff --git a/modules/selection-framework.el b/modules/selection-framework.el
index 9e7e44a3e..66ca1cbd1 100644
--- a/modules/selection-framework.el
+++ b/modules/selection-framework.el
@@ -129,7 +129,7 @@
(setq completion-in-region-function #'consult-completion-in-region))
(global-unset-key (kbd "C-s"))
-(global-set-key (kbd "C-s") 'consult-line)
+(keymap-global-set "C-s" #'consult-line)
;; Consult integration with Embark
(use-package embark-consult
@@ -149,7 +149,6 @@
;; --------------------------------- Orderless ---------------------------------
;; Advanced completion style - provides space-separated, out-of-order matching
-
(use-package orderless
:demand t
:custom