summaryrefslogtreecommitdiff
path: root/emacs/inits/06-dashboard.el
diff options
context:
space:
mode:
Diffstat (limited to 'emacs/inits/06-dashboard.el')
-rw-r--r--emacs/inits/06-dashboard.el6
1 files changed, 3 insertions, 3 deletions
diff --git a/emacs/inits/06-dashboard.el b/emacs/inits/06-dashboard.el
index 7aae2a0..4c6d2a7 100644
--- a/emacs/inits/06-dashboard.el
+++ b/emacs/inits/06-dashboard.el
@@ -1,11 +1,11 @@
-;; Time-stamp: <2019-09-11 10:42:40 (tslil@basingstoke)>
+;; Time-stamp: <2019-11-12 10:56:10 (tslil@basingstoke)>
(use-package fortune
:config
(setq fortune-dir "/usr/share/games/fortunes/"
fortune-program "fortune"
fortune-file "/usr/share/games/fortunes/cookie"
- fortune-program-options '("-s"))
+ fortune-program-options '("-s" "tao" "wisdom"))
(defun dashboard-fortune (n)
(insert
(with-temp-buffer
@@ -21,7 +21,7 @@
(setq dashboard-center-content t
dashboard-set-init-info t
dashboard-set-footer nil
- dashboard-startup-banner 1
+ dashboard-startup-banner 3
dashboard-items '((recents . 5)
(projects . 5)
(fortune . 0))