]> git.armaanb.net Git - config.org.git/commitdiff
Don't ask about following symlinks
authorArmaan Bhojwani <me@armaanb.net>
Tue, 30 Mar 2021 18:05:39 +0000 (14:05 -0400)
committerArmaan Bhojwani <me@armaanb.net>
Tue, 30 Mar 2021 18:05:39 +0000 (14:05 -0400)
config.org

index 25d0ff06a28770757e90960da851093219b1bf99..8360634a832776c859ea02c3e30f14bbcf63097c 100644 (file)
@@ -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.