::[ edam ]:: (original) (raw)

There’s lots of opinion about coding styles and which is best. I prefer one that helps you read the code. And, to that end, I prefer to have spaces inside parenthesis, like this:

for( int a = 0; a < 20; a++ ) {
dump( data[ a ] );
}

Call me a heathen if you like, but it’s how I roll!

And it’s how I set out to configure emails to help me roll… read more

25th November, 2016 —computing,emacs2 comments

Emacs Pumpkin

Emacs rocks.

It’s true, it does.

Recently, though, I’ve been trying to streamline my use of the shell in Emacs. Here’s my Halloween Emacs tips.read more

9th October, 2015 —computing,emacsno comments