Tag Archives: Emacs

Bending Emacs 10: Agent Shell

Álvaro Ramírez has a new Bending Emacs video up. This time it’s about his agent-shell app that serves as uniform Emacs interface to LLM agents supporting the Agent Client Protocol (ACP). I’m not interested in LLM technology so you almost … Continue reading

Posted in General | Tagged | Leave a comment

Multiple Editing Instances Of A Single File

Emacs has a couple of builtin ways of dealing with separate windows that are looking at the same file. The default method is to simply “open” the file again in a separate window. In this case you have two views … Continue reading

Posted in General | Tagged | Leave a comment

Making Agenda Items Into Appointments

Every Org mode user knows that you can add tasks to your Org agenda with a SCHEDULED or DEADLINE keyword. That will cause your agenda to warn you ahead of time of upcoming tasks requiring your attention. Emacs also has … Continue reading

Posted in General | Tagged , | Leave a comment

Unfill

I saw this post from mbork on paragraph filling. It’s a nice post and I’ll probably write about it later but today I want write about something else he mentioned in his post: unfill.el. It’s from Steve Purcell and has … Continue reading

Posted in General | Tagged | Leave a comment

The Emacs OS: The Unix Way Vs. The Emacs Way

Chris Maiorana has decided to take the old joke about Emacs being an operating seriously. Or at least at face value. He has planned a series of posts where he compares the Unix way of doing things to the Emacs … Continue reading

Posted in General | Tagged | Leave a comment

A New Package.el Feature

One of the problems with the ELPA package manager is that you never know what you’re getting when you upgrade. The package manager tells you what packages can be upgraded and you can choose to upgrade or not but you … Continue reading

Posted in General | Tagged | Leave a comment

Running Emacs As A Service

Matthias over at Ahoi Blog makes an observation that I’ve also made many times: Discussion about Emacs startup times ends as soon as you run Emacs as a daemon. The startup is instantaneous and if you prefer a Vim-like way … Continue reading

Posted in General | Tagged | Leave a comment

Another Mu4e Workflow

It’s been a long time since I’ve written about my Mu4e configuration. Back in 2015, I read Ben Maughan’s post on his system for achieving Inbox Zero with Mu4e. I was immediately taken with the idea and although it took … Continue reading

Posted in General | Tagged , | Leave a comment

Casual HTML/CSS

I hardly ever write directly in HTML anymore. For a long time my only use was adding links and emphasis markup in WordPress comments but Disqus no longer accepts HTML so even that use has atrophied. Nevertheless, the need sometimes … Continue reading

Posted in General | Tagged | Leave a comment

Bending Emacs 9: Time-zones

I’ve written before about Álvaro Ramírez’s time-zones app. It’s sort of like the builtin Emacs app world-clock but easier to configure and you can move the times forward and backward, which is useful for setting up remote meetings in several … Continue reading

Posted in General | Tagged | Leave a comment