From 0f625d79fa21cbc214d4d9def332766e6b79ffaf Mon Sep 17 00:00:00 2001 From: Henrik Lissner Date: Wed, 26 Apr 2017 23:29:57 -0400 Subject: [PATCH] ui/doom-dashboard: adjust vertical alignment --- modules/ui/doom-dashboard/config.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/ui/doom-dashboard/config.el b/modules/ui/doom-dashboard/config.el index c2a82e6ca..f7c57b0ea 100644 --- a/modules/ui/doom-dashboard/config.el +++ b/modules/ui/doom-dashboard/config.el @@ -134,7 +134,7 @@ whose dimensions may not be fully initialized by the time this is run." (erase-buffer) (let* ((+doom-dashboard--width (window-width (get-buffer-window (doom-fallback-buffer)))) (+doom-dashboard--height (window-height (get-buffer-window (doom-fallback-buffer))))) - (insert (make-string (max 0 (- (truncate (/ +doom-dashboard--height 2)) 11)) ?\n)) + (insert (make-string (max 0 (- (truncate (/ +doom-dashboard--height 2)) 16)) ?\n)) (mapc (lambda (widget-name) (funcall (intern (format "doom-dashboard-widget--%s" widget-name))) (insert "\n"))