Tag Archives: Emacs

Superword- and Subword-Mode in Emacs 24.4

If you like—or are forced to use—camelCaseWords, Emacs has subword-mode that will cause word-based cursor movements to stop at each of the individual words. This can sometimes be useful when you repeatedly need to move to one of the constituent … Continue reading

Posted in General | Tagged | 2 Comments

Writing Books with Org Mode

Oscar Perpiñán Lamigueiro is writing a book. Lots of people do that, of course, but Lamigueiro is doing it with Org Mode. Just the other day, I wrote that Emacs is multifaceted and Lamigueiro demonstrates another of those facets and … Continue reading

Posted in General | Tagged , | Leave a comment

Why Use Org Mode?

Regular Irreal readers know that I’m always talking up Org Mode and urging people to try it out. Many Org Mode users say they switched to Emacs just to get Org Mode. One of the things about Org Mode is … Continue reading

Posted in General | Tagged , | 1 Comment

Git Flow

Recently I’ve seen a lot of articles about git-flow but it was sort of hard to understand exactly how to integrate into your work flow. Happily Kevin Basarab has come to the rescue with a video that shows you how … Continue reading

Posted in Programming | Tagged , | Leave a comment

Some Useful Emacs Packages

Torstein Johansen has a nice post on useful Emacs packages. As it happens, I use all of those packages except auto-complete so I’m certainly in agreement with his list. The post includes animated gifs so you can see the packages … Continue reading

Posted in General | Tagged | 5 Comments

Configuring Emacs as a C/C++ IDE

Baris Yuksel has a nice set of videos (Part 1, Part 2) that show you how to configure Emacs to be a reasonable IDE for C and C++. In the first video Yuksel talks about auto-complete, auto-complete-c-headers, and yasnippet. Adding … Continue reading

Posted in Programming | Tagged | Leave a comment

Me Neither

Personally, I don't get the excitement surrounding #atomio, but I guess no editor can impress you after a decade spent in #Emacs. — Bozhidar Batsov (@bbatsov) February 27, 2014

Posted in General | Tagged | 4 Comments

Fixing the Emacs distnoted Problem on OS X 10.9

With Emacs 24.3 (and possibly earlier versions) under OS X 10.9 there is a nasty problem that causes distnoted, the OS X distributed notifications daemon, to periodically suck up processor resources and basically tie up the machine. Sometimes it recovers … Continue reading

Posted in General | Tagged | 6 Comments

Git Stash

Over at softwarecave there’s a nice post on using git stash. In git, the stash is basically a stack on which you can push your current changes while you so something else. Maybe you want to change branches without committing … Continue reading

Posted in General | Tagged , | 2 Comments

Variable Pitch Mode

Today I ran across a tweet that recommends the use of variable-pitch-mode when writing prose instead of code: #emacs tip: when writing prose instead of code toggle M-x variable-pitch-mode for proportional fonts. It's amazing how much it helps. — The … Continue reading

Posted in General | Tagged , | 2 Comments