diff options
author | Marius Peter <marius.peter@tutanota.com> | 2021-06-07 19:57:32 -0700 |
---|---|---|
committer | Marius Peter <marius.peter@tutanota.com> | 2021-06-07 19:57:32 -0700 |
commit | 47c3c9250b7c73945e9f8e776ec2974c28175a37 (patch) | |
tree | 796683fb30cd25c301777a3f49916f1e07bdb53b | |
parent | abbb51483498dd4960abb56d4d87d8cbf9e1e5a8 (diff) |
Default Emacs homescreen is beautiful <3
-rw-r--r-- | smart-documents.org | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/smart-documents.org b/smart-documents.org index 1c3c9ee..dbe10ee 100644 --- a/smart-documents.org +++ b/smart-documents.org @@ -845,14 +845,7 @@ pipe their output to an automated ``smart document''. We replace the standard welcome screen with our own. #+BEGIN_SRC emacs-lisp :tangle yes - (setq inhibit-startup-message t) - (use-package dashboard - :config - (dashboard-setup-startup-hook) - (setq dashboard-startup-banner "Emacs") - (setq dashboard-items '((recents . 5) - (projects . 5))) - (setq dashboard-banner-logo-title "A modern professional text editor.")) + #+END_SRC *** Better parentheses |