We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9eefbfa commit 00bfe2eCopy full SHA for 00bfe2e
doom-dashboard.el
@@ -5,7 +5,7 @@
5
;; Author: Elijah G. <[email protected]>
6
;; URL: https://github.com/emacs-dashboard/doom-dashboard
7
;; Version: 0.1.0
8
-;; Package-Requires: ((emacs "26.1") (dashboard "1.2.5"))
+;; Package-Requires: ((emacs "26.1") (dashboard "1.2.5") (nerd-icons "0.1.0"))
9
;; Keywords: convenience tools extension
10
11
;; This file is NOT part of GNU Emacs.
@@ -28,7 +28,9 @@
28
;; Doom Like style for `emacs-dashboard'
29
;;
30
;;; Code:
31
+
32
(require 'dashboard)
33
+(require 'nerd-icons)
34
35
36
;; User Options
@@ -42,7 +44,8 @@
42
44
43
45
(defcustom doom-dashboard-set-widget-binding t
46
"If non-nil show keybindings in shortmenu widgets."
- :type 'boolean)
47
+ :type 'boolean
48
+ :group 'dashboard)
49
50
51
;; Faces
0 commit comments