ui/doom-dashboard: fix wrong-type-arg error on reload
This commit is contained in:
parent
06577c9fe3
commit
93678494cb
1 changed files with 1 additions and 3 deletions
|
@ -216,9 +216,7 @@ controlled by `+doom-dashboard-pwd-policy'."
|
|||
(insert
|
||||
(make-string (max 0 (- (/ (window-height (get-buffer-window)) 2)
|
||||
(/ (count-lines (point-min) (point-max)) 2)))
|
||||
?\n)))
|
||||
(unless (button-at (point))
|
||||
(goto-char (next-button (point-min)))))
|
||||
?\n))))
|
||||
(+doom-dashboard|detect-project)
|
||||
(+doom-dashboard|resize)
|
||||
(+doom-dashboard-update-pwd)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue