Skip to content

Commit

Permalink
tweak(dashboard): use :unless instead of :when (not ...)
Browse files Browse the repository at this point in the history
  • Loading branch information
abougouffa committed Oct 25, 2023
1 parent 1f62efd commit 729f656
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/me-core-ui.el
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,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))
:unless (bound-and-true-p +dashboard-disable)
:init
(+map! "oD" #'dashboard-open)
:custom
Expand Down

0 comments on commit 729f656

Please sign in to comment.