Header Image
"Making cheese and cucumber sandwiches" by ProfDEHTags
anything.el Bicycling biking bingo breakfast clojure colostomy customization editors emacs flamewars Food ido mappings mccain dmca youtube copyright fairuse music pinky programming stallman freesoftware drm softwarepatents rant textmate programming textmate programming ctags bundles tips vim vimrc wingingit-
Recent Posts
Blogroll
Category Archives: Programming
Bike Bingo in Clojure
So I’m admittedly a total newb in Clojure, but in the spirit of expanding my repertoire, I like to tackle problems in it now and again. So here’s what I want from you rare folks who somehow find these posts: … Continue reading
anything-project-files.el
;; As promised `anything-project-files’. This smattering of code ;; allows you to define and load projects. Projects, once loaded, will ;; be indexed for all interesting files, which will let you make an ;; `anything’ command to rule them all. … Continue reading
Anything.else
Last time I blabbed about why anything.el is rad, but left you hanging with just a few out-of-the-box implications or that rad-ness. This time, let’s use anything.el to make our own anything. The simplest anything.el customization is making your own … Continue reading
What can I get for 10 dolla? Anything.el.
Actually it’s not even $10. It’s free, both as in speech and as in nachos. So in the spirit of fanning both sides of the fire, here’s a quick look at anything.el for (gasp) Emacs. Anything.el is most certainly one … Continue reading
Visdom, briefly.
Wanna evaluate a line of code in your .vimrc without having to so: the whole damn file? noremap <C-x><C-e> :exe getline(".")<CR> I stole the binding from Emacs (suckers). Put yer cursor on the line of vim script you want to … Continue reading
Change Little Word, Change
I’m back (to blogging) and aroused from my meat coma with some vim wisdom to share (vi-sdom?). Here a handy mapping to make your day better. Of course you know that cw (mnemonically “change word”) replaces from the cursor to … Continue reading
Richard Stallman speaks at the U of MN
Saw Stallman tonight. Whatever else, one must appreciate the man’s dedication. He certainly takes a more hard-line approach to his free software diet than most of us would find convenient, but you must understand that convenience is absolutely not at … Continue reading
TextMate at Midnight
Crafted with love is the Midnight theme for TextMate. Get it here.
TextMate, meet Ctags.
So check it: You have a huge code base and want to be able to move around it quick like. TM Ctags does the trick nicely. Use it suchwise: ⌥⌘P creates a tags file for your project ⌃] jumps to … Continue reading