NicoloZorzetto

Results 5 comments of NicoloZorzetto

> What version of dashboard are you using? Can you try the following snippet (just `M-x eval-defun`)? > > ```emacs-lisp > (defun dashboard-refresh-buffer () > (when (get-buffer dashboard-buffer-name) > (kill-buffer...

> Oops, I think I missed `(interactive)` in my previous post. > > ```emacs-lisp > (defun dashboard-refresh-buffer () > (interactive) > (when (get-buffer dashboard-buffer-name) > (kill-buffer dashboard-buffer-name)) > (dashboard-insert-startupify-lists) >...

Yep, nothing changed. Putting only this in my config: ``` (setq package-archives '(("melpa" . "https://melpa.org/packages/") ("gnu" . "https://elpa.gnu.org/packages/"))) (package-initialize) (package-install 'dashboard) (dashboard-setup-startup-hook) (setq dashboard-center-contents t) ``` After deleting the whole...

> Make sure you have `(setq dashboard-center-content t)` and not `(setq dashboard-center-contents t)` without the `s`. > > Hmmm... The core of inserting the content to the center hasn't been...

It works in Fedora KDE but in the Gnome flavour it centers only the image