X-Git-Url: https://git.armaanb.net/?a=blobdiff_plain;f=config.org;h=8360634a832776c859ea02c3e30f14bbcf63097c;hb=f1cb0d656eaaa60c7d8dc62fc372140e09dffca3;hp=25d0ff06a28770757e90960da851093219b1bf99;hpb=818a2e672816b3082eec6a1e7ed5eb0b68ac2939;p=config.org.git 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.