Mikael Springer

Results 2 comments of Mikael Springer

I did this by using the :custom keyword in use-package, like this; `(use-package helm-projectile :ensure t :after (helm projectile) :custom (helm-projectile-fuzzy-match nil) :config (helm-projectile-on)) `

I experience the same thing. When I set `dashboard-set-heading-icons` to `t`, I get the error message and no icons are shown in `*dashboard*`. When I set `dashboard-set-heading-icons` to `nil`, the...