Tag Archives: Emacs

I Stand Corrected…

Last Week I wrote that I’d finally gotten mu4e working and that after I moved to elfeed, I would have everything except browsing and iMessage running under Emacs. I remarked that I didn’t expect to have iMessage or a (full-featured) … Continue reading

Posted in General | Tagged | 12 Comments

Ivy 0.9.0

If you’re an Ivy user, you’ll be delighted to know that abo-abo has released the latest version, 0.9.0. Take a look at his blog for an overview of what’s new. If you aren’t using Ivy, you should definitely give it … Continue reading

Posted in General | Tagged | Leave a comment

A Better RETURN for Org

John Kitchin has an interesting piece of Elisp that helps when you’re writing in structured Org mode. If you’re in a bullet list, for example, you can type Meta+Return (or is it Ctrl+Return? I always get it wrong) at the … Continue reading

Posted in General | Tagged , | Leave a comment

Publishing a Book with Leanpub and Org Mode

Angelo Basile has a nice post on publishing a book with Leanpub and Org Mode. I’ve written about this before when I discussed Lakshmi Narasimhan’s workflow with Leanpub. Narasimhan used Dropbox, which some may find inconvenient so Basile employs an … Continue reading

Posted in General | Tagged , | Leave a comment

A Simple Programming Praxis Solution in Elisp

Programming Praxis has a simple problem that is meant to explore how easy your favorite programming language makes it to work with strings. The problem is to double every blank in a string. That’s pretty simple but some languages make … Continue reading

Posted in Programming | Tagged , | 6 Comments

Mu4e Configuration

This post is the latest in my series on installing and configuring mu4e on a Mac and using Apple as a mail provider. As I wrote in my post on mbsync configuration, setting up mu4e is simple by comparison. On … Continue reading

Posted in General | Tagged , | Leave a comment

Configuring mbsync for Apple Mail

As a first step in realizing my goal of running mu4e as my email client, I had to get mbsync running. Mbsync is a process that communicates with one or more IMAP servers to keep your email clients in sync. … Continue reading

Posted in General | Tagged , | 1 Comment

Mu4e at Irreal

Ever since I read Ben Maughan’s post on mastering your inbox with mu4e and Org mode back in 2015, I’ve been insanely jealous of his method and of his use of mu4e for dealing with emails directly in Emacs. Right … Continue reading

Posted in General | Tagged , | 3 Comments

Updating save-receipt-link

This is tax season here in the United States. My Org-based tax record keeping enabled me to send everything to my accountant as soon as I had all the proper forms from employers, banks, and other sources of income to … Continue reading

Posted in General | Tagged | Leave a comment

The Emacs rx Macro

I’ve long been aware of the rx macro in Emacs as a way of lispifying regular expressions but it always seemed too complicated to learn. Now Francis Murillo (I think) has published an excellent post on using the rx macro. … Continue reading

Posted in General | Tagged | Leave a comment