Planet Emacslife
Nicolas Martyanoff: Using units in Emacs Calc
https://www.n16f.net/blog/using-units-in-emacs-calc/
Nicolas Martyanoff: Using units in Emacs Calc
https://www.n16f.net/blog/using-units-in-emacs-calc/
Brain dump
Using units in Emacs Calc
I was recently reminded of the ability of Emacs Calc to perform computations on values with units. Like so many Emacs features, it was on the list of the things I wanted to explore. Today is the day…
Planet Emacslife
Jeremy Friesen: Emacs Windows Configuration Desired State
https://takeonrules.com/2023/01/29/emacs-windows-configuration-desired-state/
Jeremy Friesen: Emacs Windows Configuration Desired State
https://takeonrules.com/2023/01/29/emacs-windows-configuration-desired-state/
Take on Rules
Emacs Windows Configuration Desired State
I use Emacs 📖 for my text editing. I came to Emacs having used several other text editors; It was a very deliberate decision to adopt Emacs. See Revisiting the Principles of My Text Editor. Because of my later journey into Emacs relative to all of the other…
Planet Emacslife
Tim Heaney: Context menus in Emacs 28!
https://oylenshpeegul.gitlab.io/blog/posts/20230129/
Tim Heaney: Context menus in Emacs 28!
https://oylenshpeegul.gitlab.io/blog/posts/20230129/
oylenshpeegul.gitlab.io
Context menus in Emacs 28!
Today I learned that Emacs 28 added context-menu-mode so that we can easily add context menus. This is a minor mode which you can toggle with
M-x context-menu-mode RET but I added hooks to enable it for text mode and a couple others
(add-hook 'text-mode…
M-x context-menu-mode RET but I added hooks to enable it for text mode and a couple others
(add-hook 'text-mode…
Planet Emacslife
Magnus: A take on log messages
https://magnus.therning.org/2023-01-29-a-take-on-log-messages.html
Magnus: A take on log messages
https://magnus.therning.org/2023-01-29-a-take-on-log-messages.html
magnus.therning.org
A take on log messages
A take on how to create and work with log messages
👍1
Planet Emacslife
Sacha Chua: Checking image sizes and aspect ratios in Emacs Lisp so that I can automatically smartcrop them
https://sachachua.com/blog/2023/01/checking-image-sizes-and-aspect-ratios-in-emacs-lisp-so-that-i-can-automatically-smartcrop-them/
Sacha Chua: Checking image sizes and aspect ratios in Emacs Lisp so that I can automatically smartcrop them
https://sachachua.com/blog/2023/01/checking-image-sizes-and-aspect-ratios-in-emacs-lisp-so-that-i-can-automatically-smartcrop-them/
Planet Emacslife
Sacha Chua: 2023-01-30 Emacs news
https://sachachua.com/blog/2023/01/2023-01-30-emacs-news/
Sacha Chua: 2023-01-30 Emacs news
https://sachachua.com/blog/2023/01/2023-01-30-emacs-news/
Planet Emacslife
Marcin Borkowski: The benefits of everything being a buffer
https://mbork.pl/2023-01-30_The_benefits_of_everything_being_a_buffer
Marcin Borkowski: The benefits of everything being a buffer
https://mbork.pl/2023-01-30_The_benefits_of_everything_being_a_buffer
Planet Emacslife
Sacha Chua: Using Spookfox to scroll Firefox up and down from Emacs
https://sachachua.com/blog/2023/01/using-spookfox-to-scroll-firefox-up-and-down-from-emacs/
Sacha Chua: Using Spookfox to scroll Firefox up and down from Emacs
https://sachachua.com/blog/2023/01/using-spookfox-to-scroll-firefox-up-and-down-from-emacs/
Planet Emacslife
John D. Cook: Good autocomplete
https://www.johndcook.com/blog/2023/01/30/good-autocomplete/
John D. Cook: Good autocomplete
https://www.johndcook.com/blog/2023/01/30/good-autocomplete/
John D. Cook | Applied Mathematics Consulting
Good autocomplete
What features would make autocomplete helpful rather than annoying
Planet Emacslife
Andrey Listopadov: Region bindings and common lisp modes
https://andreyorst.gitlab.io/posts/2023-01-30-region-bindings-and-common-lisp-modes/
Andrey Listopadov: Region bindings and common lisp modes
https://andreyorst.gitlab.io/posts/2023-01-30-region-bindings-and-common-lisp-modes/
andreyorst.gitlab.io
Region bindings and common lisp modes
I’ve published two new packages for Emacs: - region-bindings.el and common-lisp-modes.el. Both are quite small and were a part of my configuration for a long time, but after small refactoring of my init.el I’ve decided to extract them.
The first one, region…
The first one, region…
Planet Emacslife
Mickey Petersen: Combobulate: Structured Movement and Editing with Tree-Sitter
https://www.masteringemacs.org/article/combobulate-structured-movement-editing-treesitter?utm_source=newsletter&utm_medium=rss
Mickey Petersen: Combobulate: Structured Movement and Editing with Tree-Sitter
https://www.masteringemacs.org/article/combobulate-structured-movement-editing-treesitter?utm_source=newsletter&utm_medium=rss
Mastering Emacs
Combobulate: Structured Movement and Editing with Tree-Sitter
Combobulate is a package that adds advanced structured editing and movement to many programming modes in Emacs. Here's how it works, and how it can enrich your editing experience in Emacs.
Planet Emacslife
Jeremy Friesen: Building on My Project Notes and Dispatch Emacs “Package”
https://takeonrules.com/2023/01/31/building-on-my-project-notes-and-dispatch-emacs-package/
Jeremy Friesen: Building on My Project Notes and Dispatch Emacs “Package”
https://takeonrules.com/2023/01/31/building-on-my-project-notes-and-dispatch-emacs-package/
Take on Rules
Building on My Project Notes and Dispatch Emacs “Package”
In Project Dispatch Menu with Org Mode Metadata, Denote, and Transient I wrote about using my Denote 📖 notes, written in Org-Mode 📖, to house metadata related to my project.
The tools been working quite well. I now have a means of grouping like paths, either…
The tools been working quite well. I now have a means of grouping like paths, either…
Planet Emacslife
Grant Rettke: Choosing Between Code and Verbatim Markup In Org Mode
https://www.wisdomandwonder.com/emacs/13918/choosing-between-code-and-verbatim-markup-in-org-mode
Grant Rettke: Choosing Between Code and Verbatim Markup In Org Mode
https://www.wisdomandwonder.com/emacs/13918/choosing-between-code-and-verbatim-markup-in-org-mode
Wisdom And Wonder
Choosing Between Code and Verbatim Markup In Org Mode
Its helped me to standardize my approach to marking up techie language. Keeping it simple the content is either programming stuff or everything else tech related. Sufficiently vauge you see: I writ…
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/