feat(emacs): Allow magit to fetch with --force

This commit is contained in:
Alexander Kobjolke 2024-06-16 20:59:18 +02:00
parent de960b7cc9
commit 7fabd0d30b

View file

@ -147,6 +147,11 @@
;; include *Code-Review* buffer into current workspace
(persp-add-buffer (current-buffer))))))
(after! magit
(transient-append-suffix 'magit-fetch "-t"
'("-f" "Bypass safety checks" "--force"))
)
(setq ak/bibliography (list (concat org-directory "references.bib")))
;; (setq org-cite-global-bibliography (list (concat org-directory "references.bib")))
(setq! bibtex-completion-bibliography ak/bibliography)