From: Armaan Bhojwani Date: Tue, 30 Mar 2021 18:05:39 +0000 (-0400) Subject: Don't ask about following symlinks X-Git-Url: https://git.armaanb.net/?p=config.org.git;a=commitdiff_plain;h=f1cb0d656eaaa60c7d8dc62fc372140e09dffca3 Don't ask about following symlinks --- 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.