fix(magit): move code-review files to etc dir
These files were put directly in .emacs.d causing the repository to
appear dirty. This should follow the doom convention of putting the
files in the .local/etc dir.
Amend: 2d3a68df49
This commit is contained in:
parent
a46f741a89
commit
45a55c0ec9
1 changed files with 2 additions and 0 deletions
|
@ -199,6 +199,8 @@ ensure it is built when we actually use Forge."
|
|||
(dolist (state states)
|
||||
(evil-collection-define-key state 'code-review-mode-map evil-binding fn))))
|
||||
(evil-set-initial-state 'code-review-mode evil-default-state))
|
||||
(setq code-review-db-database-file (concat doom-etc-dir "code-review/code-review-db-file.sqlite")
|
||||
code-review-log-file (concat doom-etc-dir "code-review/code-review-error.log"))
|
||||
:config
|
||||
(transient-append-suffix 'magit-merge "i"
|
||||
'("y" "Review pull request" +magit/start-code-review))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue