-
I confirm that...
What is your question?I just updated doom emacs and noticed that doom-dashboard is deprecated in favor of dashboard, so I decided to give it a try. That didn't work anymore after switching to dashboard in init.el, though. So I checked the changes on github and from what I've seen, since the hook group and entries were renamed to drop 'doom-', this should work: But it doesn't. After doom-sync and emacs restart, the banner is still there, silently judging me. So I tried wrapping the whole thing in (after! dashboard ). Which shouldn't help anyway because according to the documentation of it, the dashboard-functions list is only read when drawing the dashboard. So making changes to it afterwards shouldn't do anything. And it didn't. So my question is: wth am I doing wrong here? Or is this a legitimate bug and should indeed just work by renaming the list and hook names? I didn't find this in the modules/ui/dashboard/README.org either. Just info about changing the banner or switching the font, but nothing about outright removing stuff. System informationNo response |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
The function name is missing the (remove-hook '+dashboard-functions #'+dashboard-widget-banner)
Yeah, it needs fleshing out. I'll get to it soon, but have other priorities atm. |
Beta Was this translation helpful? Give feedback.
The function name is missing the
+prefix. It should be:Yeah, it needs fleshing out. I'll get to it soon, but have other priorities atm.