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*")))