aboutsummaryrefslogtreecommitdiff
path: root/home
diff options
context:
space:
mode:
Diffstat (limited to 'home')
-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)