[oni-core] Update messages in the dashboard
These are some of the messages from “Pragmating Thinking & Learning”
This commit is contained in:
parent
2f11c17685
commit
19e9e78981
1 changed files with 18 additions and 1 deletions
19
oni-core.el
19
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*")))
|
||||
|
||||
|
|
Loading…
Reference in a new issue