1
0
Fork 0

[oni-core] Update messages in the dashboard

These are some of the messages from “Pragmating Thinking & Learning”
This commit is contained in:
Tom Willemse 2021-07-08 02:27:40 -07:00
parent 2f11c17685
commit 19e9e78981

View file

@ -4,7 +4,7 @@
;; Author: Tom Willemse <tom@ryuslash.org> ;; Author: Tom Willemse <tom@ryuslash.org>
;; Keywords: local ;; 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) ;; 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 ;; 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) (setq fit-window-to-buffer-horizontally t)
(require 'dashboard) (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; its 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 youll 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 cant steer on autopilot"))
(dashboard-setup-startup-hook) (dashboard-setup-startup-hook)
(setq initial-buffer-choice (lambda () (get-buffer-create "*dashboard*"))) (setq initial-buffer-choice (lambda () (get-buffer-create "*dashboard*")))