diff options
author | fpi | 2020-02-27 10:21:29 +0100 |
---|---|---|
committer | fpi | 2020-02-27 10:53:04 +0100 |
commit | 73f5e3655378f07f677fcbafd19c087ae1aaecd9 (patch) | |
tree | fe1a5b01b3049a0bdb44775c5df3c9e74a70fbab | |
parent | Add a function to copy the doi from crossref-lookup (diff) |
Disable org-attach-git. git-annex assistant is better
-rw-r--r-- | emacs-init.org | 6 |
1 files 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)) |