From d22d004ed9bdc11dbc21be368f90384ed8b1b795 Mon Sep 17 00:00:00 2001 From: Craig Jennings Date: Thu, 23 Oct 2025 00:15:14 -0500 Subject: 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. --- modules/system-utils.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/system-utils.el') diff --git a/modules/system-utils.el b/modules/system-utils.el index dfc83ce3..6e51c32c 100644 --- a/modules/system-utils.el +++ b/modules/system-utils.el @@ -142,7 +142,7 @@ Logs output and exit code to buffer *external-open.log*." ;;; ------------------------ List Buffers With Nerd Icons ----------------------- ;; Remap list-buffers to ibuffer (built-in). Keybinding is separate from -;; nerd-icons-ibuffer package below, which only adds icons to ibuffer. +;; nerd-icons-ibuffer package, which only adds icons to ibuffer. (keymap-global-set " " #'ibuffer) (use-package nerd-icons-ibuffer -- cgit v1.2.3