diff options
| author | Craig Jennings <c@cjennings.net> | 2025-10-23 00:15:14 -0500 |
|---|---|---|
| committer | Craig Jennings <c@cjennings.net> | 2025-10-23 00:15:14 -0500 |
| commit | bd559d3b87438469fb27c6c5da63747df451f3ff (patch) | |
| tree | 516652c77741824f0c1405e28a19b3acd218fd18 /modules/system-utils.el | |
| parent | 520dc8f3d31d590f8990087c427e6ca8bb43363b (diff) | |
| download | dotemacs-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/system-utils.el')
| -rw-r--r-- | modules/system-utils.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/system-utils.el b/modules/system-utils.el index dfc83ce31..6e51c32cf 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 "<remap> <list-buffers>" #'ibuffer) (use-package nerd-icons-ibuffer |
