feat(emacs): Allow magit to fetch with --force
This commit is contained in:
parent
de960b7cc9
commit
7fabd0d30b
1 changed files with 5 additions and 0 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue