aboutsummaryrefslogtreecommitdiff
path: root/emacs/init.el
diff options
context:
space:
mode:
authorMiquel Sabaté Solà <msabate@suse.com>2017-01-14 15:56:29 +0100
committerMiquel Sabaté Solà <msabate@suse.com>2017-01-14 15:56:29 +0100
commitcc95fcb1344b1629f180e13edcc77b4a2628ecc9 (patch)
tree1a3ff8a20df42cd4ff3bed338eb47e3bd7aef36d /emacs/init.el
parent0596d60e9cac133946fc435a4ffacfdd03a7906e (diff)
downloaddotfiles-cc95fcb1344b1629f180e13edcc77b4a2628ecc9.tar.gz
dotfiles-cc95fcb1344b1629f180e13edcc77b4a2628ecc9.zip
emacs: added an html file
Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
Diffstat (limited to 'emacs/init.el')
-rw-r--r--emacs/init.el3
1 files changed, 3 insertions, 0 deletions
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"))