From f1cb0d656eaaa60c7d8dc62fc372140e09dffca3 Mon Sep 17 00:00:00 2001 From: Armaan Bhojwani Date: Tue, 30 Mar 2021 14:05:39 -0400 Subject: [PATCH] Don't ask about following symlinks --- config.org | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/config.org b/config.org index 25d0ff0..8360634 100644 --- a/config.org +++ b/config.org @@ -675,6 +675,10 @@ Abbreviate things! #+begin_src emacs-lisp (setq tramp-default-method "ssh") #+end_src +** Don't ask about following symlinks in vc +#+begin_src emacs-lisp + (setq vc-follow-symlinks t) +#+end_src * Functions ** Easily convert splits Converts splits from horizontal to vertical and vice versa. Lifted from EmacsWiki. -- 2.39.2