summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--emacs-init.org4
1 files changed, 3 insertions, 1 deletions
diff --git a/emacs-init.org b/emacs-init.org
index 737c385..0b60ada 100644
--- a/emacs-init.org
+++ b/emacs-init.org
@@ -2374,10 +2374,12 @@ There are some great ressources on [[https://git-annex.branchable.com/][git-anne
:straight t
:config
<<git-annex-config>>
+ :after (dired))
+(use-package git-annex
:bind
(:map git-annex-dired-map
<<git-annex-dired-bindings>>)
- :after (dired))
+ )
#+end_src
**** Actions to lock/unlock files
#+begin_src emacs-lisp :tangle no :noweb-ref git-annex-dired-bindings