emacs: Disable elfeed-web

This commit is contained in:
Alexander Kobjolke 2024-12-30 22:30:53 +01:00
parent fda76d6548
commit b302404692
2 changed files with 1 additions and 3 deletions

View file

@ -162,8 +162,6 @@
) )
) )
(use-package! elfeed-web)
(when ak/at-work? (when ak/at-work?
(after! forge (after! forge
(add-to-list 'forge-alist '("gitlab.atlas.de" "gitlab.atlas.de/api/v4" "gitlab.atlas.de" forge-gitlab-repository)) (add-to-list 'forge-alist '("gitlab.atlas.de" "gitlab.atlas.de/api/v4" "gitlab.atlas.de" forge-gitlab-repository))

View file

@ -76,7 +76,7 @@
(package! org-bookmark-heading) (package! org-bookmark-heading)
(package! activities (package! activities
:recipe (:host github :repo "alphapapa/activities.el" :branch "master")) :recipe (:host github :repo "alphapapa/activities.el" :branch "master"))
(package! elfeed-web) ;; (package! elfeed-web)
(package! systemd) (package! systemd)
(package! protobuf-mode) (package! protobuf-mode)
(package! cov) (package! cov)