Planet Emacslife
Andrey Listopadov: Ad-hoc async in emacs-lisp via generators
https://andreyorst.gitlab.io/posts/2023-02-01-ad-hoc-async-in-emacs-lisp-via-generators/
Andrey Listopadov: Ad-hoc async in emacs-lisp via generators
https://andreyorst.gitlab.io/posts/2023-02-01-ad-hoc-async-in-emacs-lisp-via-generators/
andreyorst.gitlab.io
Ad-hoc async in emacs-lisp via generators
TIL that Emacs Lisp has had generators since 2016, and generators are a cool feature in any language in my opinion! In short, Emacs has the generator.el package as it’s part since version 25.1. The generators are implemented via transforming code and act…
Planet Emacslife
Sacha Chua: Using Org Babel to learn Rubik's cube algorithms
https://sachachua.com/blog/2023/02/using-org-babel-to-learn-rubik-s-cube-algorithms/
Sacha Chua: Using Org Babel to learn Rubik's cube algorithms
https://sachachua.com/blog/2023/02/using-org-babel-to-learn-rubik-s-cube-algorithms/
Planet Emacslife
Nicolas Martyanoff: Decluttering Dired for peace of mind
https://www.n16f.net/blog/decluttering-dired-for-peace-of-mind/
Nicolas Martyanoff: Decluttering Dired for peace of mind
https://www.n16f.net/blog/decluttering-dired-for-peace-of-mind/
Brain dump
Decluttering Dired for peace of mind
Dired is an Emacs mode providing an interactive interface to navigate and manipulate files. It took me a while to start using it, but it is so efficient that I now spend more time in it than in my…
Planet Emacslife
James Dyer: How to Display Google Calendar
https://emacs.dyerdwelling.family/emacs/20230204115142-emacs--displaying-a-calendar/
James Dyer: How to Display Google Calendar
https://emacs.dyerdwelling.family/emacs/20230204115142-emacs--displaying-a-calendar/
Planet Emacslife
Magnus: A take on logging
https://magnus.therning.org/2023-02-04-a-take-on-logging.html
Magnus: A take on logging
https://magnus.therning.org/2023-02-04-a-take-on-logging.html
magnus.therning.org
A take on logging
A take on how to log
Planet Emacslife
Karthik Chikmagalur: A Consistent Structural Editing Interface
https://karthinks.com/software/a-consistent-structural-editing-interface/
Karthik Chikmagalur: A Consistent Structural Editing Interface
https://karthinks.com/software/a-consistent-structural-editing-interface/
Karthinks
A Consistent Structural Editing Interface
Emacs 29 is getting native Tree-Sitter support, and the buzz is hard to miss.
Tree-Sitter maintains and provides a concrete parse tree of the buffer that you can query, but that’s as far as it goes. Acting on this information to provide context-aware navigation…
Tree-Sitter maintains and provides a concrete parse tree of the buffer that you can query, but that’s as far as it goes. Acting on this information to provide context-aware navigation…
Planet Emacslife
Daniils Petrovs: A month using the Meta Quest Pro daily
https://danpetrov.xyz/programming/hardware/xr/vr/quest/2023/02/05/a-month-with-quest-pro.html
Daniils Petrovs: A month using the Meta Quest Pro daily
https://danpetrov.xyz/programming/hardware/xr/vr/quest/2023/02/05/a-month-with-quest-pro.html
Planet Emacslife
Andrea: Emacs as your code-compass: what code is this contributor familiar with?
http://ag91.github.io/blog/2023/02/06/emacs-as-your-code-compass-what-code-is-this-contributor-familiar-with
Andrea: Emacs as your code-compass: what code is this contributor familiar with?
http://ag91.github.io/blog/2023/02/06/emacs-as-your-code-compass-what-code-is-this-contributor-familiar-with
ag91.github.io
Emacs as your code-compass: what code is this contributor familiar with? - Where parallels cross
👍2
Planet Emacslife
Sacha Chua: 2023-02-06 Emacs news
https://sachachua.com/blog/2023/02/2023-02-06-emacs-news/
Sacha Chua: 2023-02-06 Emacs news
https://sachachua.com/blog/2023/02/2023-02-06-emacs-news/
Planet Emacslife
James Dyer: Simple Flexible Scrolling
https://emacs.dyerdwelling.family/emacs/20230205185836-emacs--simple-flexible-scrolling/
James Dyer: Simple Flexible Scrolling
https://emacs.dyerdwelling.family/emacs/20230205185836-emacs--simple-flexible-scrolling/
the DyerDwelling/emacs
Simple Flexible Scrolling · the DyerDwelling/emacs
Join me on my journey to a more fluid vanilla-ish emacs workflow
and may the emacs pinky stay ever dormant in my aging fingers!
and may the emacs pinky stay ever dormant in my aging fingers!
Planet Emacslife
Magnus: Logging with class
https://magnus.therning.org/2023-02-08-logging-with-class.html
Magnus: Logging with class
https://magnus.therning.org/2023-02-08-logging-with-class.html
magnus.therning.org
Logging with class
Wrapping logging in typeclasses
Planet Emacslife
Andrea: A little read-string utility using an Org Mode buffer
http://ag91.github.io/blog/2023/02/09/a-little-read-string-utility-using-an-org-mode-buffer
Andrea: A little read-string utility using an Org Mode buffer
http://ag91.github.io/blog/2023/02/09/a-little-read-string-utility-using-an-org-mode-buffer
ag91.github.io
A little read-string utility using an Org Mode buffer - Where parallels cross