From 3513d65b8b63f639059eb1909eb490cd3dcf2c43 Mon Sep 17 00:00:00 2001 From: Alexander Sulfrian Date: Mon, 1 Jun 2009 19:13:30 +0200 Subject: updated emacs config: rect-mark, saveposition, gitignore added rect-mark to make it posible to visual select rectangle regions added saveposition to jump to the position of the last visit of the file added gitignore file to ignore the dynamic files by emacs --- .gitignore | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 .gitignore (limited to '.gitignore') diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..77755ac --- /dev/null +++ b/.gitignore @@ -0,0 +1,4 @@ +emacs.d/auto-save-list/ +emacs.d/history +emacs.d/saveplace +emacs.d/semantic -- cgit v1.2.3