From: Don Armstrong <don@donarmstrong.com>
Date: Sat, 30 Oct 2010 02:04:50 +0000 (+0000)
Subject:  * fix up emacs deleting vc windows and follow symlink confirmation
X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=53fbf1e2f252c4c0ee3280d2cd1b408cb7faf194;p=home-base.git

 * fix up emacs deleting vc windows and follow symlink confirmation
---

diff --git a/.emacs b/.emacs
index fcf8f01..3710e9d 100644
--- a/.emacs
+++ b/.emacs
@@ -43,7 +43,9 @@
  '(sentence-end-double-space nil)
  '(show-paren-mode t)
  '(tool-bar-mode nil nil (tool-bar))
- '(user-mail-address "don@donarmstrong.com"))
+ '(user-mail-address "don@donarmstrong.com")
+ '(vc-delete-logbuf-window nil)
+ '(vc-follow-symlinks t))
 (fset 'perl-mode 'cperl-mode)
 ;;(load-file "cperl-mode.el")
 (add-to-list 'load-path '"~/lib/emacs_el/")