Skip to content

Commit

Permalink
Add banner directory
Browse files Browse the repository at this point in the history
  • Loading branch information
DevelopmentCool2449 authored Mar 24, 2024
1 parent b156114 commit aef5c57
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions doom-dashboard.el
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,10 @@
:type 'boolean
:group 'dashboard)

(defconst doom-dashboard-banner-directory
(concat (file-name-directory (locate-library "doom-dashboard")) "banners/")
"Extras banners for dashboard.")

(defcustom doom-dashboard-shortmenu-functions
`((recents . recentf)
(bookmarks . bookmark-jump)
Expand Down

0 comments on commit aef5c57

Please sign in to comment.