aboutsummaryrefslogtreecommitdiffstats
path: root/oni-core.el
diff options
context:
space:
mode:
authorGravatar Tom Willemse2022-11-13 16:55:49 -0800
committerGravatar Tom Willemse2022-11-13 16:55:49 -0800
commit67c77bb2777e41a39be4f560283739a50689ef68 (patch)
treee6b39b3f8d806bf3c20a2683460c0929c75b6ab5 /oni-core.el
parent8525e5e61c6f2725199090bfa2663fc8afdbf6c3 (diff)
downloademacs-config-67c77bb2777e41a39be4f560283739a50689ef68.tar.gz
emacs-config-67c77bb2777e41a39be4f560283739a50689ef68.zip
[oni-core] Remove the dashboard package
I barely ever look at it.
Diffstat (limited to 'oni-core.el')
-rw-r--r--oni-core.el44
1 files changed, 20 insertions, 24 deletions
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 <tom@ryuslash.org>
;; 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