From: tfheen Date: Fri, 27 Sep 2002 12:52:26 +0000 (+0000) Subject: add vc-follow-symlinks X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6f760325e5ae3e2c0f4a5a3a51983a1767e6e305;p=dotfiles add vc-follow-symlinks git-svn-id: file:///svn/tfheen/trunk/dotfiles@43 8da78d58-1cd3-0310-bee5-d77bd1b3e8bf --- 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/")))