Zed's dead, baby, Zed's dead.
Anyway, I wonder if Zed can do all the things I do with #Emacs: It's my window manager, my terminal, my email client, my PIM system, sometimes also my web browser and my Mastodon client.
It could be my chopper, if I wanted!
I didn't know #Emacs comes with a built-in RSS reader. I'm happy with Elfeed, but it's worth checking out Newsticker. (via https://codelearn.me/2025/04/09/emacs-newsticker.html)
Of course, if you do have long-time plans for your personal #knowledgemanagement, you should not use proprietary tools like #Obsidian, #OneNote, #Evernote and alike.
You also should think of switching to a much better (learnability, portability/compatibility, typobility, logic, featureset) markup syntax like #orgdown which is used in #Emacs #Orgmode (among other tools).
But if you start with Org-mode, you need to know the right way of doing it, as so many web pages recommend. Here's my take:
#UOMF: The Right Way to Use #OrgMode
https://karl-voit.at/2021/08/30/the-org-mode-way/
ad syntax/Markdown/Orgdown/#LML: https://karl-voit.at/2017/09/23/orgmode-as-markup-only/
A specific blog post about the #lockin effects of Obsidian and Co (despite using some tool-specific flavor of MD) is in the making. (Please don't start a religious discussion here.)
Confused by the #Emacs key binding concepts? You might be interested in reading:
#UOMF: My Emacs Key Binding Strategy
https://karl-voit.at/2018/07/08/emacs-key-bindings/
the one thing I had surprise problems in #emacs:
ever since I returned to vanilla keybindings, it's difficult to find bindings for my global functions (like consult-find) that will work in all modes without problems.
First I assumed C-c, but C-c is *for* major modes.
How do you approach it?
Only recently I discovered #emacs M-s . (isearch-forward-symbol-at-point). Never without!
I wished there was a consult.el equivalent, but there isn't.
So, I challenged myself to write one. Turned out, it wasn't hard.
Felt it was worth to share how
Ignore
I know no #java and yet til
, #JVM options primarily configure the runtime environment of the Java Virtual Machine, while Java arguments provide input directly to the application's logic.
Not sure if it's right though
Maybe but its not relevent to my problem here
I needed #jdk headless and not jdk , also #languagetool is a paid api
My tool works though
any quick tip #emacs #nix folks?
Many #Emacs users think that `:defer` is really important in `use-package`, but you rarely need it in practice if you structure your configuration properly https://www.gnu.org/software/emacs/manual/html_node/use-package/Best-practices.html
I've been using #emacs variable-pitch-mode for Rust code for some time, and I'm really happy with it, but today I discovered that I can use fixed-pitch for comments and strings, and this makes it much easier to line things up in those cases. Here's what I'm trying for now:
(variable-pitch-mode)
(setq face-remapping-alist
'((default variable-pitch default)
(font-lock-string-face fixed-pitch :foreground "VioletRed4")
(font-lock-comment-face fixed-pitch :foreground "Firebrick")))
Assigning your copyright to the FSF helps defend the GPL and keep software free. Thanks to David Pernía, and Spyridon Roumeliotis for assigning their copyright to the FSF! More at: https://u.fsf.org/463 #CopyrightAssignments #Emacs
Got up and running with debugging Go code in Emacs in about 2 minutes.
It renders variables inline, as well as when I put my cursor on a variable (eldoc-box).
dape lets me navigate the call stack, it auto expands all local variables, it provides a REPL and more besides.
And all I did was:
# pacman -S delve
M-x dape RET RET
I've yet to try out the more advanced features of delve, like attaching to a running process, but first impressions sure look good!
After reading this article I've decided to trim down a bit on my org config and throw out everything that hides any characters as I found this behaviour often annoying anyway.
https://ia.net/topics/markdown-and-the-slow-fade-of-the-formatting-fetish
When I read this "rant" about what's missing from man page readers
https://whynothugo.nl/journal/2025/04/09/man-pages-are-great-man-readers-are-the-problem/
I needed some time to understand the issue.
Then it made "click": I'm so used to reading man pages in #emacs that I take it for granted to e.g. being able to follow links...
happy to see renewed interest in arduino-cli-mode for #Emacs, which i maintain :) today it becomes an even better #Arduino IDE alternative, thanks to zck who added serial monitor support! it auto-closes/restarts when uploading code.
now who wants to do a serial plotter?
@spacelizard @KathyReid Is there any advantage of using this over #termux? Asking as a happy long time user of termux (including ssh but also #Emacs on a mobile with keyboard :-)).