From b823a992143fcac1ede284f5917436e71f30fad2 Mon Sep 17 00:00:00 2001 From: Marcus Kammer Date: Sat, 19 Feb 2022 12:55:13 +0100 Subject: [PATCH 1/2] Add entry to news --- bundle/bundle--news.el | 1 + 1 file changed, 1 insertion(+) diff --git a/bundle/bundle--news.el b/bundle/bundle--news.el index 17bba4f8..b5f3840b 100644 --- a/bundle/bundle--news.el +++ b/bundle/bundle--news.el @@ -55,6 +55,7 @@ ("https://feeds.pinboard.in/rss/t:django" django python) ("https://www.djangoproject.com/rss/community/blogs/" django python) ("https://feeds.feedburner.com/GoogleWebFonts" fonts blog google) + ("https://feeds.feedburner.com/glyph" python blog) ("https://blog.rust-lang.org/feed.xml" rust blog news)) elfeed-search-filter "@1-week-ago +unread ")) From 259d9819947467e90f4105f2a3f3cb5b9613fea8 Mon Sep 17 00:00:00 2001 From: Marcus Kammer Date: Sat, 19 Feb 2022 12:55:22 +0100 Subject: [PATCH 2/2] Change font to 11pt --- bundle/custom_gnu.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bundle/custom_gnu.el b/bundle/custom_gnu.el index 03e89eec..dfd18a7a 100644 --- a/bundle/custom_gnu.el +++ b/bundle/custom_gnu.el @@ -10,7 +10,7 @@ [default default default italic underline success warning error]) '(backup-directory-alist '(("." . "~/.backup_filez"))) '(default-frame-alist - '((font . "MonoLisa-12") + '((font . "MonoLisa-11") (width . 95) (height . 66) (alpha . 100)