[oni-core] Remove the dashboard package
I barely ever look at it.
This commit is contained in:
parent
8525e5e61c
commit
67c77bb277
1 changed files with 20 additions and 24 deletions
44
oni-core.el
44
oni-core.el
|
@ -4,8 +4,8 @@
|
||||||
|
|
||||||
;; Author: Tom Willemse <tom@ryuslash.org>
|
;; Author: Tom Willemse <tom@ryuslash.org>
|
||||||
;; Keywords: local
|
;; Keywords: local
|
||||||
;; Version: 2022.1108.233000
|
;; 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 dashboard mixed-pitch ace-window vertico marginalia orderless consult embark docstr)
|
;; 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
|
;; 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
|
;; 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 electric-pair-skip-whitespace 'chomp)
|
||||||
(setq fit-window-to-buffer-horizontally t)
|
(setq fit-window-to-buffer-horizontally t)
|
||||||
|
|
||||||
(require 'dashboard)
|
;; (setq dashboard-footer-messages
|
||||||
(setq dashboard-footer-messages
|
;; '("Play more in order to learn more"
|
||||||
'("Play more in order to learn more"
|
;; "Learn from similarities, unlearn from differences"
|
||||||
"Learn from similarities, unlearn from differences"
|
;; "Explore, invent, and apply in your environment - safely"
|
||||||
"Explore, invent, and apply in your environment - safely"
|
;; "See without judging and then act"
|
||||||
"See without judging and then act"
|
;; "Give yourself permission to fail; it’s the path to success"
|
||||||
"Give yourself permission to fail; it’s the path to success"
|
;; "Groove your mind for success"
|
||||||
"Groove your mind for success"
|
;; "Learn to focus"
|
||||||
"Learn to focus"
|
;; "Make thinking time"
|
||||||
"Make thinking time"
|
;; "Use a wiki to manage information and knowledge"
|
||||||
"Use a wiki to manage information and knowledge"
|
;; "Establish rules of engagement to manage interruptions"
|
||||||
"Establish rules of engagement to manage interruptions"
|
;; "Send less email, and you’ll receive less email"
|
||||||
"Send less email, and you’ll receive less email"
|
;; "Choose your own tempo for an email conversation"
|
||||||
"Choose your own tempo for an email conversation"
|
;; "Mask interrupts to maintain focus"
|
||||||
"Mask interrupts to maintain focus"
|
;; "Use multiple monitors to avoid context switching"
|
||||||
"Use multiple monitors to avoid context switching"
|
;; "Optimize your personal workflow to maximize context"
|
||||||
"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?"))
|
||||||
"Can it be simpler?"))
|
|
||||||
(dashboard-setup-startup-hook)
|
|
||||||
(assq-delete-all 'agenda dashboard-items)
|
|
||||||
(setq initial-buffer-choice (lambda () (get-buffer-create "*dashboard*")))
|
|
||||||
|
|
||||||
;; Increase the threshold for garbage collection for increased performance.
|
;; Increase the threshold for garbage collection for increased performance.
|
||||||
;; Apparently there are some (lsp-mode for example) packages that generate a lot
|
;; Apparently there are some (lsp-mode for example) packages that generate a lot
|
||||||
|
|
Loading…
Reference in a new issue