diff --git a/modules/ui/doom-dashboard/config.el b/modules/ui/doom-dashboard/config.el index 5aa448a07..87f12df10 100644 --- a/modules/ui/doom-dashboard/config.el +++ b/modules/ui/doom-dashboard/config.el @@ -200,8 +200,9 @@ PLIST can have the following properties: (if (button-at (point)) (forward-button 0) (backward-button 1))) - (progn (goto-char (point-min)) - (forward-button 1)))) + (ignore-errors + (goto-char (point-min)) + (forward-button 1)))) (defun +doom-dashboard-reload-maybe-h () "Reload the dashboard or its state.