Tag Archives: Emacs

Zamansky 50: Presentations

Mike Zamansky is getting ready to give a presentation at a professional conference. As always, this means preparing a slide deck and Zamansky is faced with deciding how to do it. In the past, he’s described reveal.js as his go … Continue reading

Posted in General | Tagged , | Leave a comment

The Emacs Commune

Someone posted a chapter from Sam Williams’ book Free as in Freedom (online here), that discusses the early history of Emacs. The chapter, The Emacs Commune, is full of things I didn’t know about how Emacs evolved from the TECO … Continue reading

Posted in General | Tagged | Leave a comment

An Emacs Interface to the macOS System Dictionary

As I’ve said many times, I consider abo-abo’s define-word one of my most useful packages. I use it several times a day. If you’re looking for a dictionary that ties in seamlessly with Emacs, you should take a look at … Continue reading

Posted in General | Tagged | Leave a comment

Literate Programming Using Org Babel

Gregory Stein has an excellent post on Literate Programming with Org-Mode. Despite the title, it’s really more about leveraging Org Babel to create literate documents that contain notes, code, and results. This is, of course, the same area that Howard … Continue reading

Posted in General | Tagged , | Leave a comment

Howard Abrams on Capturing Data to the Current Task

Howard Abrams has a very nice post in which he talks about how he uses Org capture in his workflow. Most of us are familiar with Org capture and the use of templates to store data in some Org file. … Continue reading

Posted in General | Tagged , | Leave a comment

Xah Lee on Frames vs. Window in Emacs

Xah Lee has an interesting post that I hadn’t seen before even though it’s originally from 2014 (since updated) and mentions a post of mine. The post is a discussion of whether it’s better to have a single large Emacs … Continue reading

Posted in General | Tagged | Leave a comment

Zamansky 49: Mu4e-conversation

Mike Zamansky has another video in his Using Emacs Series up. This time he talks about mu4e-conversation, which I wrote about previously. Mu4e-conversation is a package that makes reading email threads easier. It has two modes, (1) linear mode that … Continue reading

Posted in General | Tagged , | Leave a comment

Xah Lee on Abbrev Mode

Xah Lee has a nice video on abbrev mode that shows you a couple of ways to use the facility. Abbrev-mode is built in so you don’t have to install any packages: you can just start using it. Lee covers … Continue reading

Posted in General | Tagged | Leave a comment

Internationalization of Text Strings with Emacs

I’ve had this topic in my blog queue for a couple of weeks but I noticed literally scores of tweets pointing to the post in question. That was enough to make me forego my own post on the subject but … Continue reading

Posted in General | Tagged | Leave a comment

Line Numbers in Emacs 26.1

As you’ve probably heard, Emacs 26.1 has replaced the old linum-mode with a faster and less cluttered implementation. I almost never need or want line numbers so they’re normally turned off but for the occasional times when they’re useful, I … Continue reading

Posted in General | Tagged | Leave a comment