style: Convert tabs to spaces across Emacs config
This commit is contained in:
@@ -9,15 +9,15 @@
|
||||
:hook after-init
|
||||
:config
|
||||
(setq dashboard-banner-logo-title (format "%s" emacs-version)
|
||||
dashboard-banner-ascii " ##### # # # # ####### # # # ##### ##### \n# # ## # # # # ## ## # # # # # # \n# # # # # # # # # # # # # # # \n# #### # # # # # ##### # # # # # # ##### \n# # # # # # # # # # ####### # # \n# # # ## # # # # # # # # # # # \n ##### # # ##### ####### # # # # ##### ##### "
|
||||
dashboard-startup-banner 'ascii
|
||||
dashboard-footer-messages '("hello")
|
||||
dashboard-center-content t
|
||||
dashboard-navigation-cycle t
|
||||
dashboard-items '((recents . 8)
|
||||
dashboard-banner-ascii " ##### # # # # ####### # # # ##### ##### \n# # ## # # # # ## ## # # # # # # \n# # # # # # # # # # # # # # # \n# #### # # # # # ##### # # # # # # ##### \n# # # # # # # # # # ####### # # \n# # # ## # # # # # # # # # # # \n ##### # # ##### ####### # # # # ##### ##### "
|
||||
dashboard-startup-banner 'ascii
|
||||
dashboard-footer-messages '("hello")
|
||||
dashboard-center-content t
|
||||
dashboard-navigation-cycle t
|
||||
dashboard-items '((recents . 8)
|
||||
(bookmarks . 5)
|
||||
(projects . 5))
|
||||
dashboard-item-shortcuts '((recents . "r") (bookmarks . "b") (projects . "p") (agenda . "a") (registers . "e")))
|
||||
dashboard-item-shortcuts '((recents . "r") (bookmarks . "b") (projects . "p") (agenda . "a") (registers . "e")))
|
||||
(dashboard-setup-startup-hook))
|
||||
|
||||
(provide 'init-dashboard)
|
||||
|
||||
Reference in New Issue
Block a user