From eb62d02a00b1b05c2107c6303a5c75046d00c955 Mon Sep 17 00:00:00 2001 From: Thomas Voss Date: Sun, 1 Dec 2024 11:23:28 +0100 Subject: emacs: Git/Magit configurations --- .config/emacs/init.el | 2 -- 1 file changed, 2 deletions(-) (limited to '.config/emacs/init.el') diff --git a/.config/emacs/init.el b/.config/emacs/init.el index be5174f..8a7b2b3 100644 --- a/.config/emacs/init.el +++ b/.config/emacs/init.el @@ -191,8 +191,6 @@ buffer suppressed." (save-interprogram-paste-before-kill t) (user-full-name "Thomas Voss") (user-mail-address "mail@thomasvoss.com") - (vc-follow-symlinks t) - (vc-handled-backends '(Git)) :config (load custom-file :noerror) (setq-default fill-column 80) -- cgit v1.2.3