diff options
| author | Miquel Sabaté Solà <msabate@suse.com> | 2017-01-14 15:56:29 +0100 |
|---|---|---|
| committer | Miquel Sabaté Solà <msabate@suse.com> | 2017-01-14 15:56:29 +0100 |
| commit | cc95fcb1344b1629f180e13edcc77b4a2628ecc9 (patch) | |
| tree | 1a3ff8a20df42cd4ff3bed338eb47e3bd7aef36d /emacs/init.el | |
| parent | 0596d60e9cac133946fc435a4ffacfdd03a7906e (diff) | |
| download | dotfiles-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.el | 3 |
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")) |
