From 5d58b9ada489daba1fdd4c39d7dfca460b7553c5 Mon Sep 17 00:00:00 2001 From: Jakob Odersky Date: Sat, 21 Jan 2017 22:18:47 -0800 Subject: follow version controlled symlinks --- home/.emacs.d/init.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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) -- cgit v1.2.3