Skip to content

Commit

Permalink
tweak(dashboard): add an option to disable it
Browse files Browse the repository at this point in the history
  • Loading branch information
abougouffa committed May 27, 2023
1 parent c5ab9fe commit ee30640
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions core/me-core-ui.el
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ Useful for keeping track of the enabled theme."
:straight t
:after evil evil-collection
:demand t
:when (not (bound-and-true-p +dashboard-disable))
:init
(+map! "oD" #'dashboard-open)
:custom
Expand Down
3 changes: 3 additions & 0 deletions skel/early-config.el
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@
(unless minemacs-verbose
(setq minemacs-msg-level 2))

;; Disable `dashboard'
;; (setq +dashboard-disable t)

;; Enable full screen at startup
;; (if-let ((fullscreen (assq 'fullscreen default-frame-alist)))
;; (setcdr fullscreen 'fullboth)
Expand Down

0 comments on commit ee30640

Please sign in to comment.