Tag Archives: Emacs

A Hydra Video

If you took my advice and starting following (or emacs you’ll be familiar with abo-abo’s hydra package. It started out as a relatively simple macro, def-rep-command, that allows a command with a prefix to be repeated by merely pressing the … Continue reading

Posted in General | Tagged | Leave a comment

Kitchin on Using helm to Ease Navigation

John Kitchin, who in addition to being a professor with all the work that that entails, has been busy showing us how to leverage Emacs to ease our work flows. If you’re a helm user, Kitchin has some nice Elisp … Continue reading

Posted in General | Tagged | 3 Comments

The Answer to Blogging Friction

Although regular readers are familiar with it, here is a quick review of the history of my blogging work flow. In my old blog on Blogger, I was already using Org-mode but I exported the Org to HTML and pasted … Continue reading

Posted in Blogging | Tagged , | 4 Comments

Uncommon Bigrams

Recently, Sacha Chua wrote about how she leveraged abo-abo’s def-repeat-command to easily call windmove and ace-window. She bound the function to the prefix key-chord of yy. That seemed an odd choice to me but I just shrugged and moved on. … Continue reading

Posted in General | Tagged | 1 Comment

Inserting C++ Object Names

If you have the misfortune to be a C++ user, abo-abo over at (or emacs has a nifty bit of Elisp to make inserting code like some_object.method() much easier.

Posted in Programming | Tagged | Leave a comment

Sacha on Org Using Org Tables

Sacha Chua has an outstanding post on how to add data to and get data from Org mode tables. I’ve written a lot about using Org tables and what used to be called Babel to calculate results from the tables … Continue reading

Posted in General | Tagged , | Leave a comment

The Emacs Honor Society

John Kitchin, whose work I’ve mentioned many times, states the obvious. What would the Emacs honor society be called? λλλ of course. #emacs — John Kitchin (@johnkitchin) December 20, 2014

Posted in General | Tagged | Leave a comment

Running a Course Video

My New Year’s post was about how John Kitchin used Emacs and Org-mode to run a graduate course in Chemical Engineering. If you want to see it in action, he’s posted a short video that shows the system from both … Continue reading

Posted in General | Tagged , | Leave a comment

A Nice Org Mode Tip

#Emacs of the day: Daily status reports? Notes in org-mode? Grab the block with "M-h" then "C-c C-e h o" export as HTML & open in browser. — Robin Green (@fatlimey) January 19, 2015

Posted in General | Tagged , | 1 Comment

Refactoring Multiple Files

When I get tired of blogging I’m going to write some Elisp that everyday will make a post that says, “Abo-abo has a great post today. Go read it.” Really, if you don’t already have (or emacs in your feed, … Continue reading

Posted in General | Tagged | 1 Comment