From 13017cef0b63e4669ff1d3a039fd3380c8e404aa Mon Sep 17 00:00:00 2001 From: fpi Date: Tue, 6 Oct 2020 11:31:34 +0200 Subject: Fix git-annex use-package call Apparently :bind is called before :config --- emacs-init.org | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 <> + :after (dired)) +(use-package git-annex :bind (:map git-annex-dired-map <>) - :after (dired)) + ) #+end_src **** Actions to lock/unlock files #+begin_src emacs-lisp :tangle no :noweb-ref git-annex-dired-bindings -- cgit v1.2.3