.emacs.d/custom.el

20 lines
835 B
EmacsLisp

(custom-set-variables
;; custom-set-variables was added by Custom.
;; If you edit it by hand, you could mess it up, so be careful.
;; Your init file should contain only one such instance.
;; If there is more than one, they won't work right.
'(elfeed-feeds
'("https://xkcd.com"
("https://news.ycombinator.com/rss" hacker)
("https://envs.net/~seirdy/posts/index.xml" seirdy)
("https://codevoid.de/h/feed.xml" codevoid)
("https://xkcd.com/rss.xml" xkcd)))
'(package-selected-packages
'(evil-collection elfeed exwm slime doom-modeline evil doom-themes use-package)))
(custom-set-faces
;; custom-set-faces was added by Custom.
;; If you edit it by hand, you could mess it up, so be careful.
;; Your init file should contain only one such instance.
;; If there is more than one, they won't work right.
)