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
|
(insert
|
||||||
(make-string (max 0 (- (/ (window-height (get-buffer-window)) 2)
|
(make-string (max 0 (- (/ (window-height (get-buffer-window)) 2)
|
||||||
(/ (count-lines (point-min) (point-max)) 2)))
|
(/ (count-lines (point-min) (point-max)) 2)))
|
||||||
?\n)))
|
?\n))))
|
||||||
(unless (button-at (point))
|
|
||||||
(goto-char (next-button (point-min)))))
|
|
||||||
(+doom-dashboard|detect-project)
|
(+doom-dashboard|detect-project)
|
||||||
(+doom-dashboard|resize)
|
(+doom-dashboard|resize)
|
||||||
(+doom-dashboard-update-pwd)
|
(+doom-dashboard-update-pwd)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue