mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
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:
committed by
Henrik Lissner
parent
a46f741a89
commit
45a55c0ec9
@ -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))
|
||||
|
Reference in New Issue
Block a user