Planet Emacslife
Sebastian Schulze: Letting mu4e reply from a catchall address
https://bascht.com/tech/2022/11/09/letting-mu4e-reply-from-a-catchall-address/
Sebastian Schulze: Letting mu4e reply from a catchall address
https://bascht.com/tech/2022/11/09/letting-mu4e-reply-from-a-catchall-address/
Bascht
Letting mu4e reply from a catchall address
If you ever watched me register on a website, you might have noticed that I always pick the sites top level domain as the local part of my email. So, on example.com, I would register as example.com@bascht.com - that way I can make sure I have proper filters…
Planet Emacslife
Robert Enzmann: Virtual Environments with Eglot, Tramp, and Pyright
https://robbmann.io/posts/emacs-eglot-pyrightconfig/
Robert Enzmann: Virtual Environments with Eglot, Tramp, and Pyright
https://robbmann.io/posts/emacs-eglot-pyrightconfig/
robbmann
Virtual Environments with Eglot, Tramp, and Pyright
Motivation # My most reliable setup for developing Python projects on remote hosts with LSP support so far has been with eglot and pyright.
Planet Emacslife
Noonker: Org Mode Insert Table Reference
https://noonker.github.io/posts/2022-11-20-org-create-reference/
Noonker: Org Mode Insert Table Reference
https://noonker.github.io/posts/2022-11-20-org-create-reference/
Org Mode Insert Table Reference
Org Mode Insert Table Reference :: Noonker
Emacs Org-Mode tables are very powerful. The formula editor can execute elisp commands which makes for a really powerful spreadsheet editor (especially when combined with org-sbe). One big limitation I've faced is multi-line content.
To solve this I've created…
To solve this I've created…
Planet Emacslife
Sacha Chua: 2022-11-21 Emacs news
https://sachachua.com/blog/2022/11/2022-11-21-emacs-news/
Sacha Chua: 2022-11-21 Emacs news
https://sachachua.com/blog/2022/11/2022-11-21-emacs-news/
Planet Emacslife
Robert Enzmann: Moving My Emacs Configuration to a Literate Programming Document
https://robbmann.io/posts/emacs-literate-announcement/
Robert Enzmann: Moving My Emacs Configuration to a Literate Programming Document
https://robbmann.io/posts/emacs-literate-announcement/
robbmann
Moving My Emacs Configuration to a Literate Programming Document
I’ve got a (relatively) stable version of my Emacs configuration as a literate document now.
Planet Emacslife
T. V. Raman: Announcing Emacspeak 57.0 (Tilden)
https://emacspeak.blogspot.com/2022/11/announcing-emacspeak-570-tilden.html
T. V. Raman: Announcing Emacspeak 57.0 (Tilden)
https://emacspeak.blogspot.com/2022/11/announcing-emacspeak-570-tilden.html
Blogspot
Announcing Emacspeak 57.0 (Tilden)
Announcing Emacspeak 57.0—Tilden! Easy things are often amusing and relaxing, but their value soon fades. Greater pleasure, deeper ...
Planet Emacslife
Andrea: Emacs as your code-compass: who is the person who refactored most in this project?
http://ag91.github.io/blog/2022/11/23/emacs-as-your-code-compass-who-is-the-person-who-refactored-most-in-this-project
Andrea: Emacs as your code-compass: who is the person who refactored most in this project?
http://ag91.github.io/blog/2022/11/23/emacs-as-your-code-compass-who-is-the-person-who-refactored-most-in-this-project
ag91.github.io
Emacs as your code-compass: who is the person who refactored most in this project? - Where parallels cross
Planet Emacslife
Tory Anderson: viewing epub in emacs
https://tech.toryanderson.com/2022/11/23/viewing-epub-in-emacs/
Tory Anderson: viewing epub in emacs
https://tech.toryanderson.com/2022/11/23/viewing-epub-in-emacs/
Toryanderson
viewing epub in emacs
Intro I finally arranged my employer to purchase Mastering Emacs1, which provided it in pdf and epub. PDF2 has long since been my standard thanks to being able to view it nicely on all my devices, but I thought I would give epub a try, too. It’s major feature…
Planet Emacslife
Protesilaos Stavrou: Emacs: my new ‘altcaps’ package
https://protesilaos.com/codelog/2022-11-26-emacs-altcaps/
Protesilaos Stavrou: Emacs: my new ‘altcaps’ package
https://protesilaos.com/codelog/2022-11-26-emacs-altcaps/
Protesilaos Stavrou
Emacs: my new ‘altcaps’ package
The ‘altcaps’ package for Emacs helps the user to apply alternating letter casing to convey sarcasm or mockery.
Planet Emacslife
Jiacai Liu: Oh My GitHub 1.0 is out!
https://en.liujiacai.net/2022/11/26/oh-my-github-1-0/
Jiacai Liu: Oh My GitHub 1.0 is out!
https://en.liujiacai.net/2022/11/26/oh-my-github-1-0/
en.liujiacai.net
Oh My GitHub 1.0 is out!
I'm glad to announce my package Oh My GitHub v1.0 is out. Besides bug fixes, it introduce a very practical feature: create pull request without leaving Emacs.
AFAIK, there already exists a similar package called github-pullrequest does this job, but its…
AFAIK, there already exists a similar package called github-pullrequest does this job, but its…
Planet Emacslife
Emacs Redux: Editing Links in org-mode
https://emacsredux.com/blog/2022/11/26/editing-links-in-org-mode/
Emacs Redux: Editing Links in org-mode
https://emacsredux.com/blog/2022/11/26/editing-links-in-org-mode/
Emacs Redux
Editing Links in org-mode
Links in org-mode by default are displayed as “descriptive” links, meaning they hide their target URLs (or a destination in general). While this looks great, it makes it a bit tricky to figure out how you can edit their URL. There are two easy options: Just…