diff --git a/config.org b/config.org index 1f33c7c..13cea1e 100644 --- a/config.org +++ b/config.org @@ -639,6 +639,12 @@ For the keybindings, we have to defien them in both raw and line mode. From the #+begin_src emacs-lisp (use-package dashboard + :custom + (dashboard-center-content t) ;; Center content + (dashboard-icon-type 'nerd-icons) ;; Nerd icons used + (dashboard-set-heading-icons t) ;; Heading icons enabled + (dashboard-set-file-icons t) ;; File icons enabled + (dashboard-startup-banner 'logo) ;; Use alternative logo :config (dashboard-setup-startup-hook)) #+end_src