summaryrefslogtreecommitdiff
path: root/emacs/custom/my-git.el
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--emacs/custom/my-git.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/emacs/custom/my-git.el b/emacs/custom/my-git.el
index 51648ec..5855590 100644
--- a/emacs/custom/my-git.el
+++ b/emacs/custom/my-git.el
@@ -30,6 +30,7 @@
:ensure t
:after (magit)
:custom
+ (forge-database-file (expand-file-name "var/forge-database.sqlite" user-emacs-directory))
(forge-topic-list-columns
'(("#" 5 forge-topic-list-sort-by-number (:right-align t) number nil)
("Title" 60 t nil title nil)