aboutsummaryrefslogtreecommitdiffstats
path: root/oni-core.el
diff options
context:
space:
mode:
authorGravatar Tom Willemse2021-07-08 02:27:40 -0700
committerGravatar Tom Willemse2021-07-08 02:27:40 -0700
commit19e9e78981b6bb4cf84a73aa70ccfa9683cbc724 (patch)
tree59526b9e2beb10fb889378d9ed6801b596d157bf /oni-core.el
parent2f11c176855b769b26758dfb5029e93e30b3a853 (diff)
downloademacs-config-19e9e78981b6bb4cf84a73aa70ccfa9683cbc724.tar.gz
emacs-config-19e9e78981b6bb4cf84a73aa70ccfa9683cbc724.zip
[oni-core] Update messages in the dashboard
These are some of the messages from “Pragmating Thinking & Learning”
Diffstat (limited to 'oni-core.el')
-rw-r--r--oni-core.el19
1 files changed, 18 insertions, 1 deletions
diff --git a/oni-core.el b/oni-core.el
index 15f553e..81c61cd 100644
--- a/oni-core.el
+++ b/oni-core.el
@@ -4,7 +4,7 @@
;; Author: Tom Willemse <tom@ryuslash.org>
;; Keywords: local
-;; Version: 2021.0705.233324
+;; Version: 2021.0707.100809
;; Package-Requires: (oni-data-dir oni-embrace oni-hydra expand-region multiple-cursors gcmh diminish ws-butler which-key insert-char-preview dashboard)
;; This program is free software; you can redistribute it and/or modify
@@ -147,6 +147,23 @@ _s_: String list"
(setq fit-window-to-buffer-horizontally t)
(require 'dashboard)
+(setq dashboard-footer-messages
+ '("Play more in order to learn more"
+ "Learn from similarities, unlearn from differences"
+ "Explore, invent, and apply in your environment - safely"
+ "See without judging and then act"
+ "Give yourself permission to fail; it’s the path to success"
+ "Groove your mind for success"
+ "Learn to focus"
+ "Make thinking time"
+ "Use a wiki to manage information and knowledge"
+ "Establish rules of engagement to manage interruptions"
+ "Send less email, and you’ll receive less email"
+ "Choose your own tempo for an email conversation"
+ "Mask interrupts to maintain focus"
+ "Use multiple monitors to avoid context switching"
+ "Optimize your personal workflow to maximize context"
+ "Grab the wheel. You can’t steer on autopilot"))
(dashboard-setup-startup-hook)
(setq initial-buffer-choice (lambda () (get-buffer-create "*dashboard*")))