diff options
author | mms <michal@sapka.me> | 2024-03-26 11:53:59 +0100 |
---|---|---|
committer | mms <michal@sapka.me> | 2024-03-26 16:24:13 +0100 |
commit | bfd3fe3d93e0b4b8b6f5d93f279040f6c744b476 (patch) | |
tree | 4a807ab918a16d81db9d81cb0706fdb462450aa9 | |
parent | 5e38774700908f695a51d509c3095a0771a1503f (diff) |
xahlee
-rw-r--r-- | mms-keyboard.org | 12 | ||||
-rw-r--r-- | mms-misc-rss.org | 17 |
2 files changed, 20 insertions, 9 deletions
diff --git a/mms-keyboard.org b/mms-keyboard.org index 8fe4a2f..7b61700 100644 --- a/mms-keyboard.org +++ b/mms-keyboard.org @@ -136,3 +136,15 @@ I'll move them to dedicated sections when I reach them. #+END_SRC + + +* Xah Lee Flykeys + +#+begin_src emacs-lisp + (use-package xah-fly-keys + :config + (xah-fly-keys-set-layout "qwerty") +(xah-fly-keys 1)) + + +#+end_src diff --git a/mms-misc-rss.org b/mms-misc-rss.org index 60513b9..a7b850a 100644 --- a/mms-misc-rss.org +++ b/mms-misc-rss.org @@ -95,41 +95,32 @@ I want to use it inside emacs ** https://normalmo.de/index.xml ** https://frostyx.cz/feed.xml ** https://drew.idktellme.com/feeds/all.atom.xml -** https://takeonrules.com/index.xml ** https://tiredsysadmin.cc/rss.xml ** https://bsdly.blogspot.com/feeds/posts/default?alt=rss ** https://odysee.com/$/rss/@GaryHTech:0 -** https://odysee.com/$/rss/@fireship:6 ** https://tilvids.com/feeds/videos.xml?videoChannelId=2775 ** https://tilvids.com/feeds/videos.xml?videoChannelId=47 ** https://videos.lukesmith.xyz/feeds/videos.xml?sort=-publishedAt ** https://videos.danksquad.org/feeds/videos.xml?videoChannelId=2332 -** https://cprss.s3.amazonaws.com/rubyweekly.com.xml ** https://feeds.feedburner.com/digest-programming ** https://shopify.engineering/blog.atom -** https://jvns.ca/atom.xml ** https://susam.net/blog/feed.xml ** https://dev.37signals.com/feed/posts.xml ** https://frame.work/blog.rss ** https://www.pine64.org/feed/ ** https://monal-im.org/index.xml -** [[https://www.servethehome.com/feed/][Serve the Home]] ** Emacs :emacs: *** https://howardism.org/index.xml *** https://sqrtminusone.xyz/posts/index.xml *** https://amodernist.com/all.atom *** https://pragmaticemacs.wordpress.com/feed/ ** Entertainment -*** [[https://www.youtube.com/feeds/videos.xml?channel_id=UCrTNhL_yO3tPTdQ5XgmmWjA][RLM]] -*** [[https://www.youtube.com/feeds/videos.xml?channel_id=UCLx053rWZxCiYWsBETgdKrQ][LGR]] *** [[https://www.youtube.com/feeds/videos.xml?channel_id=UClOGLGPOqlAiLmOvXW5lKbw][Mandalore Gaming]] *** [[https://www.youtube.com/feeds/videos.xml?channel_id=UCNmv1Cmjm3Hk8Vc9kIgv0AQ][Grim Beard]] *** [[https://www.youtube.com/feeds/videos.xml?channel_id=UCEHFikgnRuLd1HYKTLrae9Q][A Life Engineered]] *** [[https://www.youtube.com/feeds/videos.xml?channel_id=UCJ6KZTTnkE-s2XFJJmoTAkw][Accursed Farms]] -*** [[https://www.youtube.com/feeds/videos.xml?channel_id=UCi8C7TNs2ohrc6hnRQ5Sn2w][Programmers are also human]] ** Podcasts *** https://2.5admins.com/feed/podcast -** Unsorter * Migrated I am testing Gnus. @@ -150,3 +141,11 @@ I'll migrate all feeds that will have at least one update in the comming 2 month *** https://stfn.pl/rss.xml *** https://xpil.eu/feed/ *** https://zendesk.engineering/feed +*** [[https://www.servethehome.com/feed/][Serve the Home]] +*** https://takeonrules.com/index.xml +*** https://jvns.ca/atom.xml +*** [[https://www.youtube.com/feeds/videos.xml?channel_id=UCLx053rWZxCiYWsBETgdKrQ][LGR]] +*** [[https://www.youtube.com/feeds/videos.xml?channel_id=UCrTNhL_yO3tPTdQ5XgmmWjA][RLM]] +*** https://odysee.com/$/rss/@fireship:6 +*** https://cprss.s3.amazonaws.com/rubyweekly.com.xml +*** [[https://www.youtube.com/feeds/videos.xml?channel_id=UCi8C7TNs2ohrc6hnRQ5Sn2w][Programmers are also human]] |