From c7a37058a56f42ca794e6afd88e20ba9b80bd387 Mon Sep 17 00:00:00 2001 From: verdant Date: Wed, 1 Jul 2026 09:31:34 +0800 Subject: Add elfeed-feeds --- early-init.el | 7 ++++--- init.el | 44 ++++++++++++++++++++++++++++++++++++++------ 2 files changed, 42 insertions(+), 9 deletions(-) diff --git a/early-init.el b/early-init.el index db68415..db09434 100644 --- a/early-init.el +++ b/early-init.el @@ -1,4 +1,5 @@ ;; -*- lexical-binding: t; -*- -(menu-bar-mode -1) ;; 在 GUI 初始化前禁用菜单栏 -(tool-bar-mode -1) ;; 在 GUI 初始化前禁用工具栏 -(scroll-bar-mode -1) ;; 在 GUI 初始化前禁用滚动条 + (scroll-bar-mode -1) + (tool-bar-mode -1) + (menu-bar-mode -1) + diff --git a/init.el b/init.el index c9cdceb..74a1a1d 100644 --- a/init.el +++ b/init.el @@ -1,6 +1,9 @@ ;; -*- lexical-binding: t; -*- (require 'org) + +(add-to-list 'load-path "/home/verdant/.emacs.d/lisp") + (setq user-emacs-directory (expand-file-name "~/.emacs.d")) (add-to-list 'load-path user-emacs-directory) (let ((org-file (expand-file-name "config.org" user-emacs-directory)) @@ -9,19 +12,48 @@ (file-newer-than-file-p org-file el-file)) (org-babel-tangle-file org-file)) (load-file el-file)) -(require 'config) +;(require 'config) (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://www.hxueh.net/feed/" "https://anotherdayu.com/feed/" + "https://wangyurui.com/feed.xmhttps://www.skyue.com/feed/" + "https://www.ruanyifeng.com/blog/atom.xml" + "https://www.geedea.pro/posts/index.xml" + "https://blog.bxaw.name/feed" "https://matrix67.com/blog/feed" + "https://blog.solazy.me/feed/" + "https://www.xianrenlife.com/feeds/posts/default" + "https://www.owenyoung.com/atom.xml" "https://zopiya.com/rss.xml" + "https://blog.lyunvy.top/atom.xml" "https://yinan.me/atom.xml" + "https://stephenleng.com/cn/feed" "https://1q43.blog/feed" + "https://blog.ursb.me/feed.xml" "http://weiwuhui.com/feed" + "https://blog.farmostwood.net/rss" + "https://hsu.cy/posts/feed.xml" + "https://developer.mozilla.org/en-US/blog/rss.xml" + "https://weekly.howie6879.com/rss/rss.xml" + "https://onlytl.com/feed.xml" "https://weekly.tw93.fun/rss.xml" + "https://blog.southfox.me/feed.xml" "https://hulatu.com/atom.xml" + "https://pathos.page/feed.xml" "https://fav0.com/feed.xml" + "https://immarcus.com/blog/rss.xml" + "https://study.tczhong.com/index.xml" + "https://rosipov.com/atom.xml" "https://emptystack.top/atom.xml" + "https://blog.verdant.ee/atom.xml" + "https://www.ximalaya.com/album/64689453.xml")) '(package-selected-packages - '(ace-window clang-format color-theme-sanityinc-solarized company - counsel dashboard diredfl doom-themes evil-collection - evil-mu4e hugoista ivy-posframe ivy-rich leetcode - lsp-ui magit olivetti org-bullets ox-hugo sis - yasnippet))) + '(ace-window beacon cask-package-toolset clang-format + color-theme-sanityinc-solarized company counsel + dashboard dired-rainbow diredfl djvu doom-modeline + doom-themes ef-themes elfeed elfeed-org + evil-collection evil-mu4e exwm flycheck gdscript-mode + htmlize hugoista ivy-posframe ivy-rich jabber leetcode + lsp-ui magit mastodon nano-modeline nov olivetti + org-bullets org-noter org-present org-tree-slide + ox-hugo ox-reveal pdf-tools perspective + simple-modeline sis vterm yasnippet))) (custom-set-faces ;; custom-set-faces was added by Custom. ;; If you edit it by hand, you could mess it up, so be careful. -- cgit v1.2.3