You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Just fyi, i'm not really a hacker news reader, so the extra space isnt really too important. I had just found out about dashboard and also tried dashboard-hackernews.el
I like the functuonality tho. Maybe better to add git updates to the dashboard for me
;; use-package with package.el:
(use-package dashboard
:ensure t
:config
(dashboard-setup-startup-hook))
(setq dashboard-items '((recents . 5)
(bookmarks . 5)
(projects . 5)
(agenda . `5)
(registers . 5)
(hackernews . 10)))
(use-package dashboard-hackernews)
(require 'dashboard-hackernews)
The text was updated successfully, but these errors were encountered: