aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakob Odersky <jakob@odersky.com>2017-01-21 22:18:47 -0800
committerJakob Odersky <jakob@odersky.com>2017-01-21 22:18:47 -0800
commit5d58b9ada489daba1fdd4c39d7dfca460b7553c5 (patch)
treef333cb2ea171c31c97b04f1080ed65125ea24ed5
parent8f73bf759e1ff027904b42a840910bdc484908ae (diff)
downloaddotfiles-5d58b9ada489daba1fdd4c39d7dfca460b7553c5.tar.gz
dotfiles-5d58b9ada489daba1fdd4c39d7dfca460b7553c5.tar.bz2
dotfiles-5d58b9ada489daba1fdd4c39d7dfca460b7553c5.zip
follow version controlled symlinks
-rw-r--r--home/.emacs.d/init.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/home/.emacs.d/init.el b/home/.emacs.d/init.el
index 7c76347..f303389 100644
--- a/home/.emacs.d/init.el
+++ b/home/.emacs.d/init.el
@@ -23,8 +23,9 @@
;; font
(set-face-attribute 'default nil :height 100); value is in 1/10pt, so 100 will give you 10pt, etc.
-;; uniform questions
+;; simplify questions
(defalias 'yes-or-no-p 'y-or-n-p)
+(setq vc-follow-symlinks t)
;; kill the current buffer immediately (only ask if buffer modified)
(global-set-key (kbd "C-x k") 'kill-this-buffer)