Monthly Archives: December 2016

Running Multiple Emacs Servers

Tycho Garen has an interesting use case. Because he uses a single laptop to work on many projects, he wanted a way to have separate Emacs instances so that his buffers don’t get mixed up between projects. That’s easy enough … Continue reading

Posted in General | Tagged | 1 Comment

Extreme Buffers

If you tend to obsess over the number of open Emacs buffers, worrying about performance, here’s some good news "Operation finished; killed 543 buffers" There's about 400 left still. #Emacs at 29+ days uptime. Still snappy and responsive. — Gergely … Continue reading

Posted in General | Tagged | 1 Comment

List of Emacs Configurations

When I first started using Emacs, one of the ways I learned about useful configuration settings and emacs-lisp was to read other people’s emacs configurations. Oddly, I’m still reading them today. When I read an expert’s configuration, I almost always … Continue reading

Posted in General | Tagged | 1 Comment

Linus on XML

It’s Friday and I don’t have anything very interesting so here’s a troll instead. "XML is crap. Really. There are no excuses. There's just no reason for that horrible crap to exist" – Linus Torvalds — About Programming (@abt_programming) November … Continue reading

Posted in General | Tagged | Leave a comment

Zamansky Live Codes Advent of Code 2016 #2

Mike Zamansky who is, after all, a teacher, demonstrates his coding technique by live coding the second exercise in the 2016 Advent of Code. He is coding in C++ because that’s what he’s teaching at the moment but even if, … Continue reading

Posted in Programming | Tagged , | Leave a comment

Literate Programming with Babel

Angelo Basile has an interesting post on using Babel and Org Mode for literate programming. As he remarks, his setup is particularly useful in an educational environment. It’s a short post but has some useful ideas. If you’d like to … Continue reading

Posted in General | Tagged , | Leave a comment

Moving a File in Emacs

Sometimes you want to move a file you have open in Emacs. More often, perhaps, you simply want to rename the file. Emacs has some functions that do this but none of them are entirely satisfactory. The write-file function comes … Continue reading

Posted in General | Tagged | 4 Comments

Scientific Writing with Zotero and Org Mode

Michael Behr has an interesting post on his scientific writing workflow. The post isn’t really about how he writes his papers but rather how he organizes and curates his research materials. As you’d expect, he uses an Org file to … Continue reading

Posted in General | Tagged , | 2 Comments

Zamansky 24: Org Capture (Part 2)

Mike Zamansky has another video up in his Using Emacs series. This one is a continuation of his last video on Org Mode capture. Most of the video explains how Zamansky pops up an Org capture buffer even if he’s … Continue reading

Posted in General | Tagged , | Leave a comment

Awesome Emacs (Again)

I’ve written about the community sourced Awesome Emacs before but it’s worth revisiting it because It’s really useful. It’s always being added to. This time, I ignored the Table of Contents and just read down the list of packages and … Continue reading

Posted in General | Tagged | Leave a comment