From cc95fcb1344b1629f180e13edcc77b4a2628ecc9 Mon Sep 17 00:00:00 2001 From: Miquel Sabaté Solà Date: Sat, 14 Jan 2017 15:56:29 +0100 Subject: emacs: added an html file MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Miquel Sabaté Solà --- emacs/init.el | 3 +++ 1 file changed, 3 insertions(+) (limited to 'emacs/init.el') diff --git a/emacs/init.el b/emacs/init.el index 589e48a..4129a5c 100644 --- a/emacs/init.el +++ b/emacs/init.el @@ -6,6 +6,9 @@ ;; We can't tangle without org! (require 'org) +;; Follow symlinks +(setq vc-follow-symlinks t) + ;; Open the configuration (find-file (concat user-emacs-directory "init.org")) -- cgit v1.2.3