mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
Demote "no more buttons" error to warning
If the shortmenu or buttons were disabled, this error would break the dashboard (and Doom). Mentioned in #2024
This commit is contained in:
@ -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.
|
||||
|
Reference in New Issue
Block a user