Planet Emacslife
Charles Choi: Tuning Emacs to Write Prose in Org and Markdown
http://yummymelon.com/devnull/tuning-emacs-to-write-prose-in-org-and-markdown.html
Charles Choi: Tuning Emacs to Write Prose in Org and Markdown
http://yummymelon.com/devnull/tuning-emacs-to-write-prose-in-org-and-markdown.html
Yummymelon
Tuning Emacs to Write Prose in Org and Markdown
While default (aka vanilla or un-configured) Emacs is serviceable in editing Org and Markdown files, its out-of-the-box experience feels more like I’m programming said files rather than...
Planet Emacslife
Sacha Chua: 2023-08-14 Emacs news
https://sachachua.com/blog/2023/08/2023-08-14-emacs-news/
Sacha Chua: 2023-08-14 Emacs news
https://sachachua.com/blog/2023/08/2023-08-14-emacs-news/
Planet Emacslife
Karthik Chikmagalur: Cool your heels, Emacs
https://karthinks.com/software/cool-your-heels-emacs/
Karthik Chikmagalur: Cool your heels, Emacs
https://karthinks.com/software/cool-your-heels-emacs/
Karthinks
Cool your heels, Emacs
TL;DR: Sometimes Emacs needs a timeout
A diamond is very pretty. But it is very hard to add to a diamond. A ball of mud is not so pretty. But you can always add more mud to a ball of mud.
– Gerald Sussman, paraphrasing Joel Moses
A common problem with…
A diamond is very pretty. But it is very hard to add to a diamond. A ball of mud is not so pretty. But you can always add more mud to a ball of mud.
– Gerald Sussman, paraphrasing Joel Moses
A common problem with…
👍1
Planet Emacslife
Jeremy Friesen: Emacs Functions to Navigate Ruby Files by Method Comments
https://takeonrules.com/2023/08/15/emacs-functions-to-navigate-ruby-files-by-method-comments/
Jeremy Friesen: Emacs Functions to Navigate Ruby Files by Method Comments
https://takeonrules.com/2023/08/15/emacs-functions-to-navigate-ruby-files-by-method-comments/
Take on Rules
Emacs Functions to Navigate Ruby Files by Method Comments
Context Last week while pairing with a team member, she asked about an idiom she observed. Namely that I wrote code comments as follows: The first line of the comment block had two # characters (e.g. ##) and then following commented lines begin with #. Here’s…
Planet Emacslife
Murilo Pereira: I just made my first $1 on the internet!
https://www.murilopereira.com/i-just-made-my-first-1-on-the-internet/
Murilo Pereira: I just made my first $1 on the internet!
https://www.murilopereira.com/i-just-made-my-first-1-on-the-internet/
Murilopereira
I just made my first $1 on the internet!
In 2020 I wanted to create annotated charts showing events influencing the COVID-19 numbers. I looked around and didn’t find great ways to do it, so of course, as a software engineer, I started building a thing: contextualize.ai.
Fast forward many weekends…
Fast forward many weekends…
Planet Emacslife
Jeremy Friesen: Emacs Proto Package for Random Tables
https://takeonrules.com/2023/08/17/emacs-proto-package-for-random-tables/
Jeremy Friesen: Emacs Proto Package for Random Tables
https://takeonrules.com/2023/08/17/emacs-proto-package-for-random-tables/
Take on Rules
Emacs Proto Package for Random Tables
For my solo Role Playing Game (RPG 📖) sessions I write the game play within Emacs 📖 . For each RPG campaign, I’d craft a few custom functions to roll on random tables. I had some common functions that I used, but the table definition was always ad-hoc…until…
Planet Emacslife
James Dyer: No Bell For Me
https://emacs.dyerdwelling.family/emacs/20230817170149-emacs--no-bell-for-me/
James Dyer: No Bell For Me
https://emacs.dyerdwelling.family/emacs/20230817170149-emacs--no-bell-for-me/
👍1
DistroTube
Cleaning Up My Emacs Config - Configuring Emacs 06
https://www.youtube.com/watch?v=tT1foT5Ccdo
Cleaning Up My Emacs Config - Configuring Emacs 06
https://www.youtube.com/watch?v=tT1foT5Ccdo
YouTube
Cleaning Up My Emacs Config - Configuring Emacs 06
Configuring Emacs is a video series where I began with a vanilla installation of GNU Emacs and have slowly configured it. In this video, I spend most of my time cleaning up the config file by moving a lot code to other locations. I also add a lot of important…
Planet Emacslife
Hristos N. Triantafillou: CI/CD For Morrowind Modders
https://hristos.co/blog/cicd-for-morrowind-modders
Hristos N. Triantafillou: CI/CD For Morrowind Modders
https://hristos.co/blog/cicd-for-morrowind-modders
hristos.co
CI/CD For Morrowind Modders | Hristos N. Triantafillou
The personal website of Hristos N. Triantafillou.
👎1
Planet Emacslife
James Dyer: Fun With Emacs Theming Using Alpha Background on Wayland
https://emacs.dyerdwelling.family/emacs/20230819105507-emacs--fun-with-emacs-theming-using-alpha-background-wayland-sway/
James Dyer: Fun With Emacs Theming Using Alpha Background on Wayland
https://emacs.dyerdwelling.family/emacs/20230819105507-emacs--fun-with-emacs-theming-using-alpha-background-wayland-sway/
Planet Emacslife
Tory Anderson: How can I define transient color per command, like hydra?
https://tech.toryanderson.com/2023/08/19/how-can-i-define-transient-color-per-command-like-hydra/
Tory Anderson: How can I define transient color per command, like hydra?
https://tech.toryanderson.com/2023/08/19/how-can-i-define-transient-color-per-command-like-hydra/
Toryanderson
How can I define transient color per command, like hydra?
Problem: I need one transient command to end to the transient-session after it is done From a Reddit thread at https://www.reddit.com/r/emacs/comments/15u0c7w/how_can_i_define_transient_color_per_command/
This is basically like using Hydra semantic colors1.…
This is basically like using Hydra semantic colors1.…
Planet Emacslife
Jeremy Friesen: Further Into My Random Table Emacs Proto Package
https://takeonrules.com/2023/08/19/further-into-my-random-table-emacs-proto-package/
Jeremy Friesen: Further Into My Random Table Emacs Proto Package
https://takeonrules.com/2023/08/19/further-into-my-random-table-emacs-proto-package/
Take on Rules
Further Into My Random Table Emacs Proto Package
Any sufficiently advanced hobby is indistinguishable from work. — Jeremy Friesen Introduction On Wednesday I wrote Emacs Proto Package for Random Tables. Since then, I’ve been looking at how to further extend this functionality.
For this blog post, I’m assuming…
For this blog post, I’m assuming…
Planet Emacslife
Jeremy Friesen: Adding Optional Dice Roll Prompting to my Emacs Random Table
https://takeonrules.com/2023/08/20/adding-optional-dice-roll-prompting-to-my-emacs-random-table/
Jeremy Friesen: Adding Optional Dice Roll Prompting to my Emacs Random Table
https://takeonrules.com/2023/08/20/adding-optional-dice-roll-prompting-to-my-emacs-random-table/
Take on Rules
Adding Optional Dice Roll Prompting to my Emacs Random Table
Yesterday I wrote Further Into My Random Table Emacs Proto Package. In writing it I thought up the following: First, invoke the roller with one universal prefix arg (e.g. C-u M-x random-table/roll) to replace all random calls with prompts. That is “Computer…