Category Archives: emacs

Emacs easy window switching

I just found out about a another cool emacs plugin: WindMove This packages allows you to switch windows withouth using C-x o. WindMove is included with emacs, just include the following code in your .emacs: (when (fboundp ‘windmove-default-keybindings) (windmove-default-keybindings)) More info @ http://www.emacswiki.org/emacs/WindMove

How to easily encrypt/decrypt files using GPG in Emacs

The latest emacs pretest version (23.0.95) includes  EasyPG making it easier to encrypt/decrypt files almost transparently. You just have to C-x C-f a file and C-x C-s and EasyPG takes care of the rest for you.