-
Recent Posts
Archives
Categories
March 2021 M T W T F S S 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 Meta
Tag Archives: emacs
vim-like ctrl+v enter in Emacs
Suppose you have a list like this foo, bar, baz, quux in your Emacs buffer, but you’d rather have one element per line like this foo bar baz quux What to do? In vim this is easy: :%s/,/^M/g where ^M … Continue reading
Snippets for LaTeX + Emacs users
I’ve been using Emacs to edit LaTeX for some time now, mostly resorting to AUCTeX’s keyboard commands to insert fonts, environments and some other stuff that I need in some documents. But I’m also a big fan of yasnippet, the … Continue reading
Another script font for LaTeX
Sometimes it’s nice to have an extra script font available to make distinctions between different kinds of objects clearer. One such font is Ralph Smith’s Formal Script (see here for the TeX Catalogue entry) which is provided by the mathrsfs … Continue reading
How I use git Part 2: Emacs integration
The strangest things happen. Once I was a GNU/Linux user who spent most of the time staring at a framebuffer console and used vim exclusively. Today I use Mac OS X and Aquamacs most of the time (although I still … Continue reading
How I use git
After many years of using SVN, my current revision control system of choice is git. It makes distributed and offline work a breeze, so I don’t always have to log in in to a remote repository when I want to … Continue reading