summaryrefslogtreecommitdiff
path: root/emacs/inits/06-dashboard.el
diff options
context:
space:
mode:
authortslil clingman <>2019-12-21 15:09:59 -0500
committertslil clingman <>2019-12-21 15:09:59 -0500
commit887533080d932de82cc638fa5096b3cb07d8f2f6 (patch)
tree179752b448427d80e5bcf1c24cd4182d07bac8c2 /emacs/inits/06-dashboard.el
parent29744f4ade9e94f55d6deb4de72498ee537f87b1 (diff)
Changes frome chromebook
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))