diff options
author | Thanos Apollo <[email protected]> | 2024-05-17 09:36:36 +0300 |
---|---|---|
committer | Thanos Apollo <[email protected]> | 2024-05-17 09:36:36 +0300 |
commit | e5aa22a3ab159f3932222db0088841dfcd7dbc6d (patch) | |
tree | d27ae9a4bd80a34ebe326e98b7867473e157026e | |
parent | 98f35db170a2454c0f40125012cec2fef886011d (diff) |
emacs: Update fonts & feeds
-rw-r--r-- | .config/emacs/init.el | 15 |
1 files changed, 13 insertions, 2 deletions
diff --git a/.config/emacs/init.el b/.config/emacs/init.el index 2186262..7c88626 100644 --- a/.config/emacs/init.el +++ b/.config/emacs/init.el @@ -44,7 +44,7 @@ (custom-set-faces (if is-hermes '(default ((t (:inherit nil :height 120 :family "Jetbrains Mono")))) '(default ((t (:inherit nil :height 130 :family "Jetbrains Mono"))))) - '(variable-pitch ((t (:inherit t :family "Iosevka Aile")))) + '(variable-pitch ((t (:inherit t :height 125 :family "Iosevka Aile")))) '(org-modern-symbol ((t (:inherit t :family "Iosevka Aile"))))) ;; Autoinsert @@ -509,7 +509,18 @@ ("http://tools.cdc.gov/podcasts/feed.asp?feedid=183" cdc med) ("http://planet.lisp.org/rss20.xml" lisp planetlisp) ("https://guix.gnu.org/feeds/blog.atom" guix) - ("https://protesilaos.com/master.xml" prot))) + ("https://protesilaos.com/master.xml" prot) + ;; YouTube + ("https://www.youtube.com/feeds/videos.xml?channel_id=UCVls1GmFKf6WlTraIb_IaJg" + distrotube yt linux) + ("https://www.youtube.com/feeds/videos.xml?channel_id=UCld68syR8Wi-GY_n4CaoJGA" + brodie yt linux) + ("https://www.youtube.com/feeds/videos.xml?channel_id=UCAiiOTio8Yu69c3XnR7nQBQ" + systemcrafters yt linux) + ("https://www.youtube.com/feeds/videos.xml?channel_id=UC6QYFutt9cluQ3uSM963_KQ" + ninja yt med) + ("https://www.youtube.com/feeds/videos.xml?channel_id=UC1yNl2E66ZzKApQdRuTQ4tw" + sabine yt physics))) (defun elfeed-mpv (&optional use-generic-p) "Play video link with mpv." |