From 113bed72186d57bb733a75ef2195b5dd87aa737b Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Sat, 24 Jul 2021 00:50:40 -0700 Subject: [PATCH] [oni-core] Add a line to the dashboard footer messages --- oni-core.el | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/oni-core.el b/oni-core.el index bd3ce98..7ca442d 100644 --- a/oni-core.el +++ b/oni-core.el @@ -4,7 +4,7 @@ ;; Author: Tom Willemse ;; Keywords: local -;; Version: 2021.0715.222725 +;; Version: 2021.0724.003354 ;; 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 @@ -166,7 +166,8 @@ _s_: String list" "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")) + "Grab the wheel. You can’t steer on autopilot" + "Can it be simpler?")) (dashboard-setup-startup-hook) (setq initial-buffer-choice (lambda () (get-buffer-create "*dashboard*")))