Tag Archives: Emacs

Artist Mode

Artist mode is one of those things I learned from Bernt Hansen’s excellent Organize Your Life In Plain Text! introduction to Org mode. I’ve used it in conjunction with ditaa to produce simple but finished block diagrams from ASCII diagrams. … Continue reading

Posted in General | Tagged , | Leave a comment

Reverting All Buffers to Branch State

Handy: A neat way to get all of your buffers reverted to a branch's state, is to go to #magit and type 'g'. #emacs — Pericles Theodorou (@PericlesTheo) January 30, 2015

Posted in General | Tagged , | Leave a comment

Getting the Host Name of the Current Browser Page

A while ago I wrote about coding some Elisp to grab the URL of the current Web page and turn it into an Org link. It doesn’t seem like it would reduce friction by that much but it really has … Continue reading

Posted in Programming | Tagged | 2 Comments

Searching Org Files and Buffers

Remember Karl Voit from the Sacha Chua chat that I wrote about previously? Voit collects data on just about every aspect of his life and stores it in an Org file. If you haven’t watched the chat yet, be sure … Continue reading

Posted in General | Tagged , | Leave a comment

Making occur a Bit Smarter

Abo-abo is still blogging up a storm and giving us a daily dose of great Elisp. Someone looking to amass a first rate Emacs configuration could do worse than simply grab abo-abo’s daily posts and integrate them into their .emacs … Continue reading

Posted in General | Tagged | Leave a comment

Open Emacs Buffers

I’m so ashamed: Oh, wow. I had over 200 buffers open in #Emacs (15 day uptime). Didn't even notice. Buffer navigation w/ IBuffer / ido-switch-buffer rocks. — Gergely Nagy (@algernoone) February 6, 2015 Even though my uptime is measured in … Continue reading

Posted in General | Tagged | 1 Comment

Org-Page

If you’re looking for a static-page blogging engine that you can post to from Emacs, you should take a look at Calum MacRae’s post on blogging with org-page. MacRae writes about his setup in detail so that you can set … Continue reading

Posted in Blogging | Tagged , | Leave a comment

Cleaning Up Garbage

Regular readers know that one of my New Year’s resolutions is to learn more LaTeX. I’ve been having a lot of fun learning and using AUCTeX to write LaTeX documents. I created a tex directory to hold my .tex files … Continue reading

Posted in General | Tagged | 3 Comments

Clearing the Comint Buffer

Bozhidar Batsov over at the excellent Emacs Redux has a very nice post on how to clear comint buffers. Comint is the machinery behind Eshell, and Shell mode. It is a general-purpose mode for communicating with interactive subprocesses and is … Continue reading

Posted in General | Tagged | Leave a comment

Narrowing with Multiple Cursors

Grant Rettke points to a discussion in the comments from a Sacha Chua post. It turns out that when you’re in multiple cursors you can narrow the view to just those lines having a cursor. That’s something I didn’t know. … Continue reading

Posted in General | Tagged | 1 Comment