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?
(after! forge
(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! activities
:recipe (:host github :repo "alphapapa/activities.el" :branch "master"))
(package! elfeed-web)
;; (package! elfeed-web)
(package! systemd)
(package! protobuf-mode)
(package! cov)