Monthly Archives: August 2023

A Tip On Reverting A Buffer

James Dyer has a quick tip that may be interest you. The issue is reverting buffers. There are several ways of doing this. One is to simply call find-alternate-file (Ctrl+x Ctrl+v). That’s what I always did but there’s the more … Continue reading

Posted in General | Tagged | Leave a comment

Development Tips Using Emacs

Isa Mert Gurbuz has an interesting post on some of the editing workflow he’s developed over the years for working with Emacs. The bulk of the post demonstrates some of the glue code he’s developed for working with various packages. … Continue reading

Posted in General | Tagged | Leave a comment

Transient As A Hydra

Most every Magit user is, I’m sure, aware that the Magit menuing system has been refactored into a separate library, transient, that is available for anyone to use. I’m dimly aware that some Elisp projects—although I couldn’t name one off … Continue reading

Posted in General | Tagged | Leave a comment

Emphasize Org Text With The Mouse

Here’s a short tip for those of you who are mouseketeers as well as Emacs users. As regular readers know, I eschew the mouse as much as I can but others disagree. It is, after all, a matter of taste … Continue reading

Posted in General | Tagged , | Leave a comment

Red Meat Friday: Why Vim?

This is Irreal rising in defense of Vim. That may seem strange for an Emacs-centric blog but I’ve always said Vim and Emacs are the two best editors and which one you choose depends on whether you want a lightweight, … Continue reading

Posted in General | Tagged , , | Leave a comment

Zamansky: Learning Elisp #7

Mike Zamansky has posted the seventh episode of his Learning Elisp video series. In the last set of videos, he showed how to code a Rot13 function in Elisp. This video begins a new project: automatically producing function header comments. … Continue reading

Posted in General | Tagged | Leave a comment

Writing Prose In Emacs

Charles Choi has another great post; this time it’s on Tuning Emacs to Write Prose in Org and Markdown. The post is about how he configures Emacs for writing prose. I agree with roughly half his suggestions but this is … Continue reading

Posted in General | Tagged , | Leave a comment

The Emacs Mark

I just stumbled across an Emacs Elements video from 9 months ago. It’s about the Emacs mark and how to use it. There are lots of videos about this and Irreal has commented on some of them but it’s one … Continue reading

Posted in General | Tagged | Leave a comment

Plainorg Pricing

I’ve written about Álvaro Ramírez and his Emacs projects many times. He’s produced some impressive Emacs apps that many of us take advantage of. Like me, Ramírez is an Apple user and he has also written some iOS apps that … Continue reading

Posted in General | Tagged , | Leave a comment

Emacs Text Sorting

Susam Pal has an excellent post on sorting text in Emacs. Most experienced Emacers have probably seen most of the methods he talks about but unless you use them all the time, it’s easy to forget them. This post is … Continue reading

Posted in General | Tagged | Leave a comment