Various Emacs stuff

Utils

Nota Bene

I know that hanging braces are considered poor style in LISP, but I don't give a shit! It is the AWFUL LISP syntax that causes horrible code style, rather than personal preferences.

Anyway, stripping blank space between adjacent braces is trivial:

(query-replace-regexp "[[:space:]]+)" ")")

Hints