Tag Archives: Emacs

Yasnippets Tutorial

Lefteris Karapetsas has an interesting tutorial on using yasnippets for entering boilerplate code. A lot of us use small snippets for minor tasks such as filling in a for or while loop. Karapetsas shows how to use it for large … Continue reading

Posted in General | Tagged | 5 Comments

Installing Org 8.3

Org 8.3 is ready on Elpa so those of you installing it with the package manager can upgrade at your convenience. When I upgraded and reloaded Org I got the error message Invalid function: org-babel-header-args-safe-fn After some experimentation, I gave … Continue reading

Posted in General | Tagged , | 1 Comment

Diff a Buffer with its On-Disk File

Ben Maughan over at Pragmatic Emacs has a handy tip that I didn’t know about. Sometimes it’s convenient to see the differences between the current buffer and the underlying on-disk file. Emacs, of course, has you covered. Just call ediff-current-file … Continue reading

Posted in General | Tagged | 1 Comment

Org Mode 8.3!

#emacs #Orgmode 8.3 is now out. Enjoy! http://t.co/tqlT0u7B5T — Bastien Guerry (@bzg2) August 5, 2015 As of my writing this, it hasn’t hit Elpa yet.

Posted in General | Tagged , | Leave a comment

Turning Off Annoying Magit Prompts

As most of you know, I’m a big fan of Magit and have been using it for some time. One thing I didn’t like was that it asked for verification before staging all changed files (【S】 in magit-status) but being … Continue reading

Posted in General | Tagged , | Leave a comment

A Diff on Quitting Emacs

I used to know this and probably even blogged on it before but I’d forgotten about it and maybe you have too so it’s worthwhile repeating. #emacs https://t.co/OBjPKHDgIo — Marco Wahl (@marcowahlsoft) July 12, 2015

Posted in General | Tagged | Leave a comment

Come Over to the Dark Side

and achieve great power. Come to the Dark Side… …we have #Vim and #Emacs. :D #Text #Editors — Darth Coder (@code4fud) July 10, 2015

Posted in General | Tagged , | Leave a comment

Drag and Drop Into an Org Buffer

John Kitchin has a very nice post in which he presents at bit of Elisp that enables us to drag and drop images into an Org buffer. The code is short and easy to understand. I just cut it out … Continue reading

Posted in General | Tagged , | Leave a comment

Embedding Youtube Videos in Org Files

Artur Malabarba has a nice post on embedding Youtube videos in Org files. I do that occasionally for blog posts by using the HTML embedding code that Youtube supplies with each video. It turns out, though, that you can do … Continue reading

Posted in General | Tagged , | Leave a comment

New Hydra Feature

Abo-abo’s hydra keeps getting better and better.

Posted in General | Tagged | 3 Comments