Planet Emacslife
Sacha Chua: Animating SVG topic maps with Inkscape, Emacs, FFmpeg, and Reveal.js
https://sachachua.com/blog/2024/01/animating-svg-topic-maps-with-inkscape-emacs-ffmpeg-and-reveal-js/
Sacha Chua: Animating SVG topic maps with Inkscape, Emacs, FFmpeg, and Reveal.js
https://sachachua.com/blog/2024/01/animating-svg-topic-maps-with-inkscape-emacs-ffmpeg-and-reveal-js/
System Crafters
Comparing Emacs Workspace Packages - System Crafters Live!
https://www.youtube.com/watch?v=pqrFAsO0KA4
Comparing Emacs Workspace Packages - System Crafters Live!
https://www.youtube.com/watch?v=pqrFAsO0KA4
YouTube
Comparing Emacs Workspace Packages - System Crafters Live!
In this stream, we'll compare 3 useful packages for managing "workspaces" of buffers in Emacs: Beframe, Tabspaces, and Bufler. Each have their own strengths and use cases, so we'll try them all to see which one might be most useful for you!
#gnu #emacs…
#gnu #emacs…
Planet Emacslife
Emacs APAC: Announcing Emacs Asia-Pacific (APAC) virtual meetup, Saturday, January 27, 2024
https://emacs-apac.gitlab.io/announcements/january-2024/
Emacs APAC: Announcing Emacs Asia-Pacific (APAC) virtual meetup, Saturday, January 27, 2024
https://emacs-apac.gitlab.io/announcements/january-2024/
Planet Emacslife
Protesilaos Stavrou: Emacs: customise mode line colours
https://protesilaos.com/codelog/2024-01-13-customize-emacs-mode-line/
Protesilaos Stavrou: Emacs: customise mode line colours
https://protesilaos.com/codelog/2024-01-13-customize-emacs-mode-line/
Protesilaos Stavrou
Emacs: customise mode line colours
Video demonstration about the various ways to customize the Emacs mode line colours.
Planet Emacslife
Alvaro Ramirez: A Cloudflare Workers primer: hello world
http://xenodium.com/a-cloudflare-workers-primer-hello-world
Alvaro Ramirez: A Cloudflare Workers primer: hello world
http://xenodium.com/a-cloudflare-workers-primer-hello-world
Xenodium
A Cloudflare Workers primer: hello world
Keen to get started with your Hello World Cloudflare Worker? Skip to the setup section.
A little background
The vast majority of my software develop...
A little background
The vast majority of my software develop...
Planet Emacslife
Sacha Chua: Yay Emacs 2024-01-12: EmacsConf 2023 report, SVG animation, Embark, Org Mode links
https://sachachua.com/blog/2024/01/yay-emacs-2024-01-12-emacsconf-2023-report-svg-animation-embark-org-mode-links/
Sacha Chua: Yay Emacs 2024-01-12: EmacsConf 2023 report, SVG animation, Embark, Org Mode links
https://sachachua.com/blog/2024/01/yay-emacs-2024-01-12-emacsconf-2023-report-svg-animation-embark-org-mode-links/
Planet Emacslife
Yi Tang: Atomic Habit in Emacs - Keep Git Repos Clean
http://yitang.uk/2024/01/14/atomic-habit-in-emacs-keep-git-repos-clean/
Yi Tang: Atomic Habit in Emacs - Keep Git Repos Clean
http://yitang.uk/2024/01/14/atomic-habit-in-emacs-keep-git-repos-clean/
Planet Emacslife
Sacha Chua: 2024-01-15 Emacs news
https://sachachua.com/blog/2024/01/2024-01-15-emacs-news/
Sacha Chua: 2024-01-15 Emacs news
https://sachachua.com/blog/2024/01/2024-01-15-emacs-news/
Planet Emacslife
William Denton: Basic citations in Org (Part 3)
https://www.miskatonic.org/2024/01/15/org-citations-basic-3/
William Denton: Basic citations in Org (Part 3)
https://www.miskatonic.org/2024/01/15/org-citations-basic-3/
www.miskatonic.org
Basic citations in Org (Part 3) | William Denton
Planet Emacslife
Meta Redux: Weird Ruby: A Weird Way to Filter Out Elements
https://metaredux.com/posts/2024/01/16/weird-ruby-a-weird-way-to-filter-out-elements.html
Meta Redux: Weird Ruby: A Weird Way to Filter Out Elements
https://metaredux.com/posts/2024/01/16/weird-ruby-a-weird-way-to-filter-out-elements.html
Meta Redux
Weird Ruby: A Weird Way to Filter Out Elements
Imagine you want to filter out the nil elements in an array. There are many ways to do this in Ruby: # common, but suboptimal array.reject(&:nil?) array.delete_if(&:nil?) array.select { |e| !e.nil? } # optimal array.compact But there’s a slightly weirder…
Planet Emacslife
Protesilaos Stavrou: Emacs: customize fonts (generic method and ‘fontaine’ package)
https://protesilaos.com/codelog/2024-01-16-customize-emacs-fonts/
Protesilaos Stavrou: Emacs: customize fonts (generic method and ‘fontaine’ package)
https://protesilaos.com/codelog/2024-01-16-customize-emacs-fonts/
Protesilaos Stavrou
Emacs: customize fonts (generic method and ‘fontaine’ package)
Video demonstration on how to configure fonts in Emacs using a generic method as well as my ‘fontaine’ package.
Planet Emacslife
Sacha Chua: Org Mode custom link: copy to clipboard
https://sachachua.com/blog/2024/01/org-mode-custom-link-copy-to-clipboard/
Sacha Chua: Org Mode custom link: copy to clipboard
https://sachachua.com/blog/2024/01/org-mode-custom-link-copy-to-clipboard/
Planet Emacslife
Susam Pal: Elisp in Replacement String
https://susam.net/maze/elisp-in-replacement-string.html
Susam Pal: Elisp in Replacement String
https://susam.net/maze/elisp-in-replacement-string.html
Planet Emacslife
Mike Zamansky: Learning Elisp 16 - using a web API
https://cestlaz.github.io/post/learning-elisp-16/
Mike Zamansky: Learning Elisp 16 - using a web API
https://cestlaz.github.io/post/learning-elisp-16/
cestlaz.github.io
Learning Elisp 16 - using a web API
Sorry for the long break. Once December started, I spent the first few weeks spending my coding time on Advent of Code, then just got sidetracked but now it's time to get going again.
This is the last elisp topic I specifically wanted to cover so this and…
This is the last elisp topic I specifically wanted to cover so this and…