feat: Make dashboard a bit fancier
This commit is contained in:
parent
8ba598127b
commit
b79d782623
1 changed files with 6 additions and 0 deletions
|
|
@ -639,6 +639,12 @@ For the keybindings, we have to defien them in both raw and line mode. From the
|
||||||
|
|
||||||
#+begin_src emacs-lisp
|
#+begin_src emacs-lisp
|
||||||
(use-package dashboard
|
(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
|
:config
|
||||||
(dashboard-setup-startup-hook))
|
(dashboard-setup-startup-hook))
|
||||||
#+end_src
|
#+end_src
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue