From 53fbf1e2f252c4c0ee3280d2cd1b408cb7faf194 Mon Sep 17 00:00:00 2001 From: Don Armstrong Date: Sat, 30 Oct 2010 02:04:50 +0000 Subject: [PATCH] * fix up emacs deleting vc windows and follow symlink confirmation --- .emacs | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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/") -- 2.39.2