From 67c77bb2777e41a39be4f560283739a50689ef68 Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Sun, 13 Nov 2022 16:55:49 -0800 Subject: [oni-core] Remove the dashboard package I barely ever look at it. --- oni-core.el | 44 ++++++++++++++++++++------------------------ 1 file changed, 20 insertions(+), 24 deletions(-) (limited to 'oni-core.el') diff --git a/oni-core.el b/oni-core.el index b77dcb8..00c347f 100644 --- a/oni-core.el +++ b/oni-core.el @@ -4,8 +4,8 @@ ;; Author: Tom Willemse ;; Keywords: local -;; Version: 2022.1108.233000 -;; Package-Requires: (oni-data-dir oni-embrace oni-hydra expand-region multiple-cursors gcmh diminish ws-butler which-key insert-char-preview dashboard mixed-pitch ace-window vertico marginalia orderless consult embark docstr) +;; Version: 2022.1113.165518 +;; Package-Requires: (oni-data-dir oni-embrace oni-hydra expand-region multiple-cursors gcmh diminish ws-butler which-key insert-char-preview mixed-pitch ace-window vertico marginalia orderless consult embark docstr) ;; This program is free software; you can redistribute it and/or modify ;; it under the terms of the GNU General Public License as published by @@ -154,28 +154,24 @@ _s_: String list" (setq electric-pair-skip-whitespace 'chomp) (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" - "Can it be simpler?")) -(dashboard-setup-startup-hook) -(assq-delete-all 'agenda dashboard-items) -(setq initial-buffer-choice (lambda () (get-buffer-create "*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" +;; "Can it be simpler?")) ;; Increase the threshold for garbage collection for increased performance. ;; Apparently there are some (lsp-mode for example) packages that generate a lot -- cgit v1.2.3-54-g00ecf