diff options
| author | Craig Jennings <c@cjennings.net> | 2025-05-23 15:06:13 -0500 |
|---|---|---|
| committer | Craig Jennings <c@cjennings.net> | 2025-05-23 15:06:13 -0500 |
| commit | a754a734514312ee97665ec9bf603ff83cf40ac6 (patch) | |
| tree | 6081db2b89a52706a9b6f4b6ed353ecdd2b80cf8 /modules | |
| parent | 8ac3b2d863d370d62e05b85bb8fa7383a70ec3dc (diff) | |
| download | dotemacs-a754a734514312ee97665ec9bf603ff83cf40ac6.tar.gz dotemacs-a754a734514312ee97665ec9bf603ff83cf40ac6.zip | |
disable initial buffer
it's more important to be able to call emacs with a parameter than have a nice dashboard
Diffstat (limited to 'modules')
| -rw-r--r-- | modules/dashboard-config.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/dashboard-config.el b/modules/dashboard-config.el index c55955a8..aa6ea286 100644 --- a/modules/dashboard-config.el +++ b/modules/dashboard-config.el @@ -86,7 +86,7 @@ ;; == general (dashboard-setup-startup-hook) ;; run dashboard post emacs init - (setq initial-buffer-choice (lambda () (get-buffer "*dashboard*"))) ;; display dashboard on startup + ;; (setq initial-buffer-choice (lambda () (get-buffer "*dashboard*"))) ;; display dashboard on startup (setq dashboard-display-icons-p t) ;; display icons on both GUI and terminal (setq dashboard-icon-type 'nerd-icons) ;; use `nerd-icons' package (setq dashboard-center-content t) ;; horizontally center dashboard content |
