commit d936e68088b4022f97515e61c2a91ef888de3775
parent ee6b58f1205eb51aaf0555b9b9924d795ae5e95a
Author: MichaĆ M. Sapka <michal@sapka.me>
Date: Fri, 21 Jul 2023 15:03:14 +0200
feat: RSS feed update
Diffstat:
2 files changed, 18 insertions(+), 4 deletions(-)
diff --git a/emacs/.emacs.d/config.org b/emacs/.emacs.d/config.org
@@ -15,6 +15,7 @@
- [[#savehist][Savehist]]
- [[#tree-sitter][Tree sitter]]
- [[#which-key][Which Key]]
+ - [[#opacity][Opacity]]
- [[#tramp][Tramp]]
- [[#isearch][Isearch]]
- [[#whitespace-cycle][Whitespace cycle]]
@@ -283,6 +284,18 @@ Essential package. An automatic cheat sheet for keyboard bindings.
#+END_SRC
#+RESULTS:
+** Opacity
+
+#+begin_src emacs-lisp
+ (set-frame-parameter nil 'alpha-background 70)
+
+ (add-to-list 'default-frame-alist '(alpha-background . 70))
+
+
+#+end_src
+
+#+RESULTS:
+: ((alpha-background . 70))
** Tramp
@@ -667,11 +680,12 @@ REF: https://michal.sapka.me/2023/elfeed-literate-config/
***** https://xpil.eu/feed/
***** https://www.zenspider.com/atom.xml
***** https://mwl.io/blog/feed
+***** https://www.servethehome.com/feed/
**** Vlogs
***** https://odysee.com/$/rss/@AlphaNerd:8
-***** https://odysee.com/$/rss/@DistroTubEe:2
+***** https://odysee.com/$/rss/@DistroTube:2
***** https://odysee.com/$/rss/@danwood:0
***** https://odysee.com/$/rss/@SystemCrafters:e
***** https://odysee.com/$/rss/@RoboNuggie:0
@@ -684,8 +698,6 @@ Veronica Explains
***** https://tilvids.com/feeds/videos.xml?videoChannelId=47
Linux Experiment
***** https://videos.lukesmith.xyz/feeds/videos.xml?sort=-publishedAt :important:
-***** https://www.youtube.com/feeds/videos.xml?channel_id=gUCsnGwSIHyoYN0kiINAGUKx
-Wolfgang's Channel
***** https://www.youtube.com/feeds/videos.xml?channel_id=UClOGLGPOqlAiLmOvXW5lKbw
MandaloreGaming
***** https://www.youtube.com/feeds/videos.xml?channel_id=UCNmv1Cmjm3Hk8Vc9kIgv0AQ
@@ -698,6 +710,8 @@ Accursed Farm
Beyond Fireship
***** https://www.youtube.com/feeds/videos.xml?channel_id=UC4w1YQAJMWOz4qtxinq55LQ
Level1Techs
+***** https://videos.danksquad.org/feeds/videos.xml?videoChannelId=2332
+RootBSD
**** Engineering
diff --git a/emacs/.emacs.d/init.el b/emacs/.emacs.d/init.el
@@ -18,4 +18,4 @@
;; 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.
- )
+ '(default ((t (:inherit nil :extend nil :stipple nil :background "#ffffff" :foreground "#000000" :inverse-video nil :box nil :strike-through nil :overline nil :underline nil :slant normal :weight normal :height 125 :width normal :foundry "nil" :family "Iosevka")))))