Planet Emacslife
Protesilaos Stavrou: Emacs: spacious-padding version 0.4.0
https://protesilaos.com/codelog/2024-03-04-spacious-padding-0-4-0/
Protesilaos Stavrou: Emacs: spacious-padding version 0.4.0
https://protesilaos.com/codelog/2024-03-04-spacious-padding-0-4-0/
Protesilaos Stavrou
Emacs: spacious-padding version 0.4.0
Information about the latest version of my ‘spacious-padding’ package for GNU Emacs.
Planet Emacslife
Sacha Chua: 2024-03-04 Emacs news
https://sachachua.com/blog/2024/03/2024-03-04-emacs-news/
Sacha Chua: 2024-03-04 Emacs news
https://sachachua.com/blog/2024/03/2024-03-04-emacs-news/
Planet Emacslife
Andrey Listopadov: Accepting your own solutions to your own problems
https://andreyor.st/posts/2024-03-05-accepting-your-own-solutions-to-your-own-problems/
Andrey Listopadov: Accepting your own solutions to your own problems
https://andreyor.st/posts/2024-03-05-accepting-your-own-solutions-to-your-own-problems/
andreyor.st
Accepting your own solutions to your own problems
There was a weird thought going over and over in my head, regarding my Emacs configuration, and it extends to the other projects I do both at home and at work. You see, my configuration is riddled with custom code, and up until recently I had mixed feelings…
Planet Emacslife
James Dyer: Unified Interface for Switching Contexts - Switch to Thing
https://emacs.dyerdwelling.family/emacs/20240305160708-emacs--unified-interface-for-switching-contexts/
James Dyer: Unified Interface for Switching Contexts - Switch to Thing
https://emacs.dyerdwelling.family/emacs/20240305160708-emacs--unified-interface-for-switching-contexts/
Planet Emacslife
Arialdo Martini: Universal Quantifiers and Existential Types For The Rest Of Us
http://arialdomartini.github.io//universal-quantifiers
Arialdo Martini: Universal Quantifiers and Existential Types For The Rest Of Us
http://arialdomartini.github.io//universal-quantifiers
arialdomartini.github.io
Universal Quantifiers and Existential Types For The Rest Of Us
Random thoughts about programming
Planet Emacslife
Arialdo Martini: Emacs: Let's surround!
http://arialdomartini.github.io//emacs-surround
Arialdo Martini: Emacs: Let's surround!
http://arialdomartini.github.io//emacs-surround
arialdomartini.github.io
Emacs: Let's surround!
Random thoughts about programming
Planet Emacslife
Meta Redux: Weird Ruby: Incrementing Strings
https://metaredux.com/posts/2024/03/05/weird-ruby-incrementing-strings.html
Meta Redux: Weird Ruby: Incrementing Strings
https://metaredux.com/posts/2024/03/05/weird-ruby-incrementing-strings.html
Meta Redux
Weird Ruby: Incrementing Strings
I guess most Rubyists know that you can use the methods Integer#succ1 and its alias Integer#next to increment a number. E.g.: 1.succ # => 2 The method is rarely used directly, but it’s used internally by ranges to compute the elements within the range boundaries:…
Planet Emacslife
Sacha Chua: Cubing and Emacs: Checking out the competition
https://sachachua.com/blog/2024/03/cubing-and-emacs-checking-out-the-competition/
Sacha Chua: Cubing and Emacs: Checking out the competition
https://sachachua.com/blog/2024/03/cubing-and-emacs-checking-out-the-competition/
System Crafters
Code Dive: Project.el in Emacs - System Crafters Live!
https://www.youtube.com/watch?v=O6hMwJfaXV8
Code Dive: Project.el in Emacs - System Crafters Live!
https://www.youtube.com/watch?v=O6hMwJfaXV8
YouTube
Code Dive: Project.el in Emacs - System Crafters Live!
This week on "Code Dive" we'll be taking a deeper look at Emacs' built-in project.el to see what interesting features or Emacs Lisp tricks we can discover. If we have time, we'll try hacking on some customizations using the hooks that this package provides!…
Planet Emacslife
Meta Redux: Weird Ruby: The Double Aliased Enumerable Method
https://metaredux.com/posts/2024/03/08/weird-ruby-the-double-aliased-enumerable-method.html
Meta Redux: Weird Ruby: The Double Aliased Enumerable Method
https://metaredux.com/posts/2024/03/08/weird-ruby-the-double-aliased-enumerable-method.html
Meta Redux
Weird Ruby: The Double Aliased Enumerable Method
Ruby is famous (infamous?) for giving us many ways to do the same thing. One aspect of this is that quite a few methods in core classes have aliases, especially in the Enumerable module. E.g.: collect -> map inject -> reduce detect -> find select -> find_all…
Planet Emacslife
James Dyer: kmonad Sticky Keys on Sway to Help Prevent RSI
https://emacs.dyerdwelling.family/emacs/20240308115556-emacs--sticky-keys-on-sway-using-kmonad/
James Dyer: kmonad Sticky Keys on Sway to Help Prevent RSI
https://emacs.dyerdwelling.family/emacs/20240308115556-emacs--sticky-keys-on-sway-using-kmonad/
Planet Emacslife
Emacs APAC: Announcing Emacs Asia-Pacific (APAC) virtual meetup, Saturday, March 23, 2024
https://emacs-apac.gitlab.io/announcements/march-2024/
Emacs APAC: Announcing Emacs Asia-Pacific (APAC) virtual meetup, Saturday, March 23, 2024
https://emacs-apac.gitlab.io/announcements/march-2024/
Planet Emacslife
Meta Redux: RuboCop 1.62 Introduces (Experimental) Support for Prism
https://metaredux.com/posts/2024/03/09/rubocop-1-62-introduces-experimental-support-for-prism.html
Meta Redux: RuboCop 1.62 Introduces (Experimental) Support for Prism
https://metaredux.com/posts/2024/03/09/rubocop-1-62-introduces-experimental-support-for-prism.html
Meta Redux
RuboCop 1.62 Introduces (Experimental) Support for Prism
Recently I wrote that it was already possible to run RuboCop with Ruby’s new Prism parser, but that required a bit of manual work. I also outlined some plans to add built-in Prism support in RuboCop. 1 Today I’m happy to report that last week we’ve released…