From 6f760325e5ae3e2c0f4a5a3a51983a1767e6e305 Mon Sep 17 00:00:00 2001 From: tfheen Date: Fri, 27 Sep 2002 12:52:26 +0000 Subject: [PATCH] add vc-follow-symlinks git-svn-id: file:///svn/tfheen/trunk/dotfiles@43 8da78d58-1cd3-0310-bee5-d77bd1b3e8bf --- emacs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/emacs b/emacs index 786989f..24795b6 100644 --- a/emacs +++ b/emacs @@ -16,7 +16,6 @@ (add-to-list 'load-path (expand-file-name "~/data/emacs/lisp")) - (cw/requiring-package (bbdb) (cw/not-for-host ".*ntnu.no" (bbdb-initialize 'gnus 'message 'w3)) @@ -197,6 +196,8 @@ (setq-default indent-tabs-mode nil) (define-coding-system-alias 'iso885915 'iso-8859-15) +(setq vc-follow-symlinks t) + ;;; Custom stuff. ;(custom-set-variables ; '(ecb-source-path (quote ("~/data/ntnu/SIF8005/prosjekt/risk/"))) -- 2.39.5