From 73f5e3655378f07f677fcbafd19c087ae1aaecd9 Mon Sep 17 00:00:00 2001 From: fpi Date: Thu, 27 Feb 2020 10:21:29 +0100 Subject: Disable org-attach-git. git-annex assistant is better --- emacs-init.org | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/emacs-init.org b/emacs-init.org index 3320179..ef671fa 100644 --- a/emacs-init.org +++ b/emacs-init.org @@ -1871,8 +1871,10 @@ the newly set value. Open the PROPERTIES drawer." #+end_src =org-attach-git= auto-commits changes to attachments if the directory is a git repository. I want every attachments to be saved using -=git-annex=. -#+begin_src emacs-lisp +=git-annex=. I stopped using this because the buildin =git annex +assistant= seems like a better choice, as it also handles automatic +content syncing upon commit. +#+begin_src emacs-lisp :tangle no (use-package org-attach-git :custom (org-attach-git-annex-cutoff 0)) -- cgit v1.2.3