This commit enhances the ellama-generate-commit-message function. It now uses save-window-excursion to ensure that the current window is properly restored after generating the commit message. This addresses potential issues with changes in the current window during the process.
This commit enhances the
ellama-generate-commit-message
function. It now usessave-window-excursion
to ensure that the current window is properly restored after generating the commit message. This addresses potential issues with changes in the current window during the process.