From 19e9e78981b6bb4cf84a73aa70ccfa9683cbc724 Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Thu, 8 Jul 2021 02:27:40 -0700 Subject: [oni-core] Update messages in the dashboard These are some of the messages from “Pragmating Thinking & Learning” --- oni-core.el | 19 ++++++++++++++++++- 1 file changed, 18 insertions(+), 1 deletion(-) 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 ;; 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*"))) -- cgit v1.2.3-54-g00ecf