hyakt / emacs-dashboard-hackernews

Display a topstories of Hacker News on Dashboard.
16 stars 4 forks source link

some extra space #9

Open damnedhatter opened 7 months ago

damnedhatter commented 7 months ago

Screenshot_20240103-222551

;; 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)

themkat commented 7 months ago

Weird 😱 Just to be sure: there are no errors or warnings related to dashboard? (in *Messages* or other error/warning buffers).

damnedhatter commented 7 months ago

No errors or messages

damnedhatter commented 7 months ago

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