Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Center content not centering content #292

@NicoloZorzetto

Description

@NicoloZorzetto

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

And this is what I get:
Screenshot_20210126_125527

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions