Monthly Archives: October 2010
My .emacs configuration
Last week I really tried to minimize my .emacs. The result is a list of customizations that I really can not live without. (custom-set-variables ;; custom-set-variables was added by Custom. ;; If you edit it by hand, you could mess … Continue reading
My git configuration
[user] name = My Name email = my.name@domain.com [alias] # Handy shortcuts d = diff dc = diff –cached -M [color] # Syntax highlighting branch = auto diff = auto status = auto [color "branch"] current = yellow reverse local … Continue reading