Planet Emacslife
Mickey Petersen: Keyboard Shortcuts every Command Line Hacker should know about GNU Readline
http://www.masteringemacs.org/article/keyboard-shortcuts-every-command-line-hacker-should-know-about-gnu-readline?utm_source=newsletter&utm_medium=rss
Mickey Petersen: Keyboard Shortcuts every Command Line Hacker should know about GNU Readline
http://www.masteringemacs.org/article/keyboard-shortcuts-every-command-line-hacker-should-know-about-gnu-readline?utm_source=newsletter&utm_medium=rss
Mastering Emacs
Keyboard Shortcuts every Command Line Hacker should know about GNU Readline
Most command line programs that offer line editing -- like bash, Python, GDB, psql, sqlite and more -- do so using GNU readline. Readline's a powerful library that grants history, completion, movement and editing to programs that use it --- and a stable and…
Planet Emacslife
Protesilaos Stavrou: Emacs: ef-themes version 0.9.0
https://protesilaos.com/codelog/2022-10-28-ef-themes-0-9-0/
Protesilaos Stavrou: Emacs: ef-themes version 0.9.0
https://protesilaos.com/codelog/2022-10-28-ef-themes-0-9-0/
Protesilaos Stavrou
Emacs: ef-themes version 0.9.0
Information about the latest version of my colourful-yet-legible themes for GNU Emacs.
Planet Emacslife
Jeremy Friesen: What are your favorite packages for improving vanilla emacs text editing?
https://takeonrules.com/2022/10/28/what-are-your-favorite-packages-for-improving-vanilla-emacs-text-editing/
Jeremy Friesen: What are your favorite packages for improving vanilla emacs text editing?
https://takeonrules.com/2022/10/28/what-are-your-favorite-packages-for-improving-vanilla-emacs-text-editing/
Take on Rules
What are your favorite packages for improving vanilla emacs text editing?
Over on /r/emacs the community has been answering What are your favorite packages for improving vanilla emacs text editing?
Such a great thread; folks sharing their favorite packages.
Personally I learned about symbol-overlay and am giving it a spin.
Such a great thread; folks sharing their favorite packages.
Personally I learned about symbol-overlay and am giving it a spin.
Planet Emacslife
Bozhidar Batsov: Lessons Learned from a Hardware Upgrade Gone Wrong
https://batsov.com/articles/2022/10/30/lessons-learned-from-a-hardware-upgrade-gone-wrong/
Bozhidar Batsov: Lessons Learned from a Hardware Upgrade Gone Wrong
https://batsov.com/articles/2022/10/30/lessons-learned-from-a-hardware-upgrade-gone-wrong/
(think)
Lessons Learned from a Hardware Upgrade Gone Wrong
Yesterday I had a very frustrating start of my day for the most unexpected of reasons - a (supposedly) simple CPU cooler upgrade for my desktop computer turned into a nightmare. It was also a very educational experience and reminded me about a few valuable…
Planet Emacslife
Protesilaos Stavrou: Emacs: use custom file type with Denote
https://protesilaos.com/codelog/2022-10-30-demo-denote-custom-file-type/
Protesilaos Stavrou: Emacs: use custom file type with Denote
https://protesilaos.com/codelog/2022-10-30-demo-denote-custom-file-type/
Protesilaos Stavrou
Emacs: use custom file type with Denote
How to configure Denote so that it can write notes in an arbitrary file type.
Planet Emacslife
Emacs Notes: Use ‘xkb’ to setup full-spectrum of modifiers—Meta, Alt, Super, and Hyper—for use with Emacs
https://emacsnotes.wordpress.com/2022/10/30/use-xkb-to-setup-full-spectrum-of-modifiers-meta-alt-super-and-hyper-for-use-with-emacs/
Emacs Notes: Use ‘xkb’ to setup full-spectrum of modifiers—Meta, Alt, Super, and Hyper—for use with Emacs
https://emacsnotes.wordpress.com/2022/10/30/use-xkb-to-setup-full-spectrum-of-modifiers-meta-alt-super-and-hyper-for-use-with-emacs/
Emacs Notes
Use ‘xkb’ to setup full-spectrum of modifiers—Meta, Alt, Super, and Hyper—for use with Emacs
Few words about Meta, Super, Hyper and Alt modifiers on Emacs Emacs traditionally allowed (and continues to allow use of) Super, Hyper and Alt modifiers. Unfortunately, modern keyboards do not come…
Planet Emacslife
Andrea: Find Org Roam notes via their relations
http://ag91.github.io/blog/2021/03/12/find-org-roam-notes-via-their-relations
Andrea: Find Org Roam notes via their relations
http://ag91.github.io/blog/2021/03/12/find-org-roam-notes-via-their-relations
ag91.github.io
Find Org Roam notes via their relations - Where parallels cross
Find notes via relations.
Planet Emacslife
Andrea: Merge plists in Elisp
http://ag91.github.io/blog/2022/10/30/merge-plists-in-elisp
Andrea: Merge plists in Elisp
http://ag91.github.io/blog/2022/10/30/merge-plists-in-elisp
ag91.github.io
Merge plists in Elisp - Where parallels cross
A little function to merge values of a plist
Planet Emacslife
Kisaragi Hiu: Migrating away from .pam_environment
https://kisaragi-hiu.com/migrating-away-from-pam-environment.html
Kisaragi Hiu: Migrating away from .pam_environment
https://kisaragi-hiu.com/migrating-away-from-pam-environment.html
Kisaragi-Hiu
Migrating away from .pam_environment
Planet Emacslife
Bozhidar Batsov: Why Bother with a Custom Desktop PC in 2022?
https://batsov.com/articles/2022/10/30/why-bother-with-a-custom-desktop-pc-in-2022/
Bozhidar Batsov: Why Bother with a Custom Desktop PC in 2022?
https://batsov.com/articles/2022/10/30/why-bother-with-a-custom-desktop-pc-in-2022/
(think)
Why Bother with a Custom Desktop PC in 2022?
Many people are quite surprised when I tell them that my primary computer is a custom-built desktop PC, that I assembled myself. After all, desktops have been going out of fashion for over a decade and most people these days use laptops or even tablets as…
Planet Emacslife
TAONAW - Emacs: Of TiddlyWiki, Emacs, and Digital Gardens
https://taonaw.com/2022-10-23/
TAONAW - Emacs: Of TiddlyWiki, Emacs, and Digital Gardens
https://taonaw.com/2022-10-23/
Planet Emacslife
Bozhidar Batsov: OCaml Tips: Implementing a range Function
https://batsov.com/articles/2022/10/31/ocaml-tips-implementing-a-range-function/
Bozhidar Batsov: OCaml Tips: Implementing a range Function
https://batsov.com/articles/2022/10/31/ocaml-tips-implementing-a-range-function/
(think)
OCaml Tips: Implementing a range Function
Lots of programming languages have some built-in range functionality, that’s typically used to generate a list/array of integer numbers. Here are a couple of examples from Ruby and Clojure:
Planet Emacslife
Nicolas Martyanoff: Eye level window centering in Emacs
https://www.n16f.net/blog/eye-level-window-centering-in-emacs/
Nicolas Martyanoff: Eye level window centering in Emacs
https://www.n16f.net/blog/eye-level-window-centering-in-emacs/
www.n16f.net
Brain dump – Eye level window centering in Emacs
In the default Emacs configuration, C-l is bound to recenter-top-bottom. This function has an interesting behaviour: when called once, it scrolls the current window so that the current line appears at the middle of the screen. When called several times in…
Planet Emacslife
Sacha Chua: 2022-10-31 Emacs news
https://sachachua.com/blog/2022/10/2022-10-31-emacs-news/
Sacha Chua: 2022-10-31 Emacs news
https://sachachua.com/blog/2022/10/2022-10-31-emacs-news/
Planet Emacslife
Meta Redux: Meta Reduce 2022.0
https://metaredux.com/posts/2022/11/01/meta-reduce-2022-0.html
Meta Redux: Meta Reduce 2022.0
https://metaredux.com/posts/2022/11/01/meta-reduce-2022-0.html
Meta Redux
Meta Reduce 2022.0
Lately I haven’t written much here, so I thought it’d be nice to change this with a short update on my recent OSS activity. RuboCop After a couple of slow months, where I had a lot of work and work-related travel on my hands, I’m now back in action on the…
Planet Emacslife
Alex Bennée: My Setup (2022 Edition)
https://www.bennee.com/~alex/blog/2022/11/01/my-setup-2022-edition/
Alex Bennée: My Setup (2022 Edition)
https://www.bennee.com/~alex/blog/2022/11/01/my-setup-2022-edition/
Alex's Adventures on the Infobhan
My Setup (2022 Edition)
It's been a while since I last blogged about anything personally (although I have written a few things for work). In a struggle to come up with things to talk about I finally decided it might be worth documenting my current working setup. It's probably a…
Planet Emacslife
Manuel Uberti: Automatically format Clojure buffers
https://manueluberti.eu//2022/10/27/cljformat.html
Manuel Uberti: Automatically format Clojure buffers
https://manueluberti.eu//2022/10/27/cljformat.html
manueluberti.eu
Automatically format Clojure buffers – Manuel Uberti
My personal website