Skip to content

Commit

Permalink
refactor(emacs): dashboard: use get-buffer instead of `get-buffer-c…
Browse files Browse the repository at this point in the history
…reate`
  • Loading branch information
gekoke committed May 12, 2024
1 parent 094f020 commit d6006e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/nixos/programs/emacs/init.el
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@
(use-package dashboard
:after (consult nerd-icons)
:init
(setq initial-buffer-choice (lambda () (get-buffer-create "*dashboard*")))
(setq initial-buffer-choice (lambda () (get-buffer "*dashboard*")))
:custom
(dashboard-startup-banner 'logo)
(dashboard-set-init-info t)
Expand Down

0 comments on commit d6006e0

Please sign in to comment.