Skip to content

Commit 00bfe2e

Browse files
committed
fix: byte-compile warnings
1 parent 9eefbfa commit 00bfe2e

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

doom-dashboard.el

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
;; Author: Elijah G. <[email protected]>
66
;; URL: https://github.com/emacs-dashboard/doom-dashboard
77
;; Version: 0.1.0
8-
;; Package-Requires: ((emacs "26.1") (dashboard "1.2.5"))
8+
;; Package-Requires: ((emacs "26.1") (dashboard "1.2.5") (nerd-icons "0.1.0"))
99
;; Keywords: convenience tools extension
1010

1111
;; This file is NOT part of GNU Emacs.
@@ -28,7 +28,9 @@
2828
;; Doom Like style for `emacs-dashboard'
2929
;;
3030
;;; Code:
31+
3132
(require 'dashboard)
33+
(require 'nerd-icons)
3234

3335
;;
3436
;; User Options
@@ -42,7 +44,8 @@
4244

4345
(defcustom doom-dashboard-set-widget-binding t
4446
"If non-nil show keybindings in shortmenu widgets."
45-
:type 'boolean)
47+
:type 'boolean
48+
:group 'dashboard)
4649

4750
;;
4851
;; Faces

0 commit comments

Comments
 (0)