Removing dashboard as it appears to be broken
This commit is contained in:
@@ -209,7 +209,6 @@ Emacs related keybindings:
|
||||
:init
|
||||
(setq evil-want-keybinding nil)
|
||||
:config
|
||||
(evil-set-initial-state 'dashboard-mode 'emacs)
|
||||
(evil-mode 1))
|
||||
#+end_src
|
||||
|
||||
@@ -335,28 +334,6 @@ Projectile is a package for managing various /projects/ in emacs. It adds functi
|
||||
("C-x C-g" . magit-status)))
|
||||
#+end_src
|
||||
|
||||
* Other Packages
|
||||
|
||||
** Dashboard
|
||||
|
||||
The ~dashboard~ package provides a nice dashboard when first starting up emacs.
|
||||
|
||||
#+begin_src elisp
|
||||
(use-package dashboard
|
||||
:init
|
||||
(setq initial-buffer-choice (lambda () (get-buffer-create "*dashboard*"))
|
||||
dashboard-startup-banner 'logo
|
||||
dashboard-icon-type 'nerd-icons
|
||||
dashboard-set-file-icons t
|
||||
dashboard-set-heading-icons t
|
||||
dashboard-items '((projects . 5)
|
||||
(recents . 5)
|
||||
(agenda . 5)))
|
||||
:config
|
||||
(set-face-attribute 'dashboard-items-face nil :font "Maple Mono" :height 140)
|
||||
(dashboard-setup-startup-hook))
|
||||
#+end_src
|
||||
|
||||
* Import Other Files
|
||||
|
||||
Function to include other config files.
|
||||
|
||||
Reference in New Issue
Block a user