-
-
Notifications
You must be signed in to change notification settings - Fork 141
Open
Labels
Description
Hello, I've been using the dashboard without problems for more than a year, but now on my new machine (Arch) it won't center the contents.
I am using Emacs 27.1
and have this in my config:
#+BEGIN_SRC emacs-lisp
(use-package dashboard
:ensure t
:config
(dashboard-setup-startup-hook)
(setq dashboard-center-content t)
)
#+END_SRC
Hitting g
updates the contents (new agenda entries for example) but doesn't solve the centering.
Works perfectly on my MacBook.
What should I do?