Tag Archives: Emacs

A Nice Mu4e Configuration

Steckerhalter tweets about configuring his mu4e configuration for multiple accounts. Whew, that took me a while to setup mu4e with multiple accounts correctly. But now it works like a pro. I even wrote a macro to create the contexts: https://t.co/CwPyEXYUO3 … Continue reading

Posted in General | Tagged , | Leave a comment

Org Spreadsheet Cheat Sheet

Yesterday, I pointed to Marcin Borkowski’s tip for easily entering formulae in Org mode tables. For most of us, Org tables provide all the spreadsheet functionality we need. I don’t remember the last time I fired up an actual spreadsheet. … Continue reading

Posted in General | Tagged , | Leave a comment

Setting an Org Table Formula

Marcin Borkowski has a useful reminder on how to easily assign a formula to an Org table cell or column. If you use the Org spreadsheet functionality, take a look.

Posted in General | Tagged , | Leave a comment

Video on Searching with Swiper

Those of you who hang around Irreal know that I’m a huge fan of the Ivy/Counsel/Swiper suite. It is, by far, the most important package I have installed1 and has improved my workflow in a major way. Uncle Dave has … Continue reading

Posted in General | Tagged | Leave a comment

Using Multiple Editors

I saw this tweet: Editors I use:#vim – git commits#emacs – org mode#atomeditor– work dev#vscode – side project dev (new thing) — Thomas Mattacchione (@tmkjone) February 20, 2018 and recoiled in horror. It’s not that I think Mattacchione is doing … Continue reading

Posted in General | Tagged | 7 Comments

Literate Benchmarking

I’ve written several posts that celebrate Org mode for its ability to document various tasks in a literate way, execute the code, and gather the results. The nice thing about this process is that you have everything together: Documentation of … Continue reading

Posted in General | Tagged , | Leave a comment

Zamansky 43: Playing Music with MPD

Mike Zamansky has posted another video in his Using Emacs Series. This video looks at playing music with MPD and Emacs. Of course, Emacs can’t play music on its own but it can be used to control music players, effectively … Continue reading

Posted in General | Tagged | 1 Comment

Zamansky 42: Git Gutter and Git Time Machine

Mike Zamansky has another video up in his excellent Using Emacs Series. This time he looks at Git Gutter and Git Time Machine. These are a couple of small utilities that make working with Git files and repositories a bit … Continue reading

Posted in General | Tagged , | Leave a comment

Emacs for Devops

Alexey Koval has a nice post on Emacs as a devops editor. It’s from a little over a year old but it’s still worth taking a look at. I’m not involved with devops but I still learned a few useful … Continue reading

Posted in General | Tagged | Leave a comment

Structures in Emacs Lisp

Chris Wellons over at Null Program has another great post. It considers how to define and use structures in Emacs Lisp. What I like most about the post is that it starts with the obvious solution of using a list … Continue reading

Posted in General | Tagged | 1 Comment