From 4345ae1abbb06d9f7cb939ea4bc82bb6e2b0e941 Mon Sep 17 00:00:00 2001 From: Craig Jennings Date: Tue, 23 Apr 2024 22:47:31 -0500 Subject: geiser support and org refactoring - add Geiser-guile for Emacs Guile Support - combine org-appearance-config with org-config - move jump to keyboard commands to the keybindings file - assign winner-undo to F5 - remove undefined compilation setting --- modules/ui-navigation.el | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'modules/ui-navigation.el') diff --git a/modules/ui-navigation.el b/modules/ui-navigation.el index e9f3cdc5..49c9f631 100644 --- a/modules/ui-navigation.el +++ b/modules/ui-navigation.el @@ -116,7 +116,8 @@ This function won't work with more than one split window." (buffer-files-list (delq nil (mapcar (lambda (buf) (when (buffer-file-name buf) - (expand-file-name (buffer-file-name buf)))) (buffer-list))))) + (expand-file-name (buffer-file-name buf)))) + (buffer-list))))) (mapc (lambda (buf-file) (setq recently-killed-list @@ -134,7 +135,7 @@ This function won't work with more than one split window." (use-package winner-mode :ensure nil ;; built-in :defer .5 - :bind ("C-z C-z" . winner-undo)) + :bind ("" . winner-undo)) (provide 'ui-navigation) ;;; ui-navigation.el ends here -- cgit v1.2.3