How do I visualize nicely a CSV file in *macs?

January 31, 2012 in Emacs and friends, Recipes

Once you load the CSV file enter the org-mode: M-x org-mode. Then select the entire data and create a table: C-u C-c |.

How do I make *macs automatically refresh the opened files when changed on disk?

June 21, 2011 in Emacs and friends, Recipes

Add (global-auto-revert-mode t) to your configuration file.

How do I integrate SVN with Emacs?

December 5, 2010 in Emacs and friends, Recipes, Subversion

So far, I found the package psvn quite useful. Refer to Anthorspace blog for how to set it up. This is the only stuff I added to my configuration file:
…read more

How to perform operations on rectangular text regions?

December 4, 2010 in Emacs and friends, Recipes

First mark the corner of the region by positioning the cursor and pressing C-spc. Then move with the cursor to the other corner of the region. Then you can perform
…read more