We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7875d90 commit f6849c6Copy full SHA for f6849c6
init.el
@@ -22,7 +22,8 @@
22
;;; Bootstrap use-package
23
;; Install use-package if it's not already installed.
24
;; use-package is used to configure the rest of the packages.
25
-(unless (package-installed-p 'use-package)
+(unless (or (package-installed-p 'use-package)
26
+ (package-installed-p 'diminish))
27
(package-refresh-contents)
28
(package-install 'use-package)
29
(package-install 'diminish))
0 commit comments