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/user-constants.el | 1 - 1 file changed, 1 deletion(-) (limited to 'modules/user-constants.el') diff --git a/modules/user-constants.el b/modules/user-constants.el index f36a2bb5..59129697 100644 --- a/modules/user-constants.el +++ b/modules/user-constants.el @@ -156,7 +156,6 @@ For more information, see org webclipper section of org-capture-config.el") (defun cj/initialize-user-directories-and-files () "Initialize all necessary directories and files. - This ensures that all directories and files required by the Emacs configuration exist, creating them if necessary. This makes the configuration more robust and portable across different machines." -- cgit v1.2.3