From 599bb6c1c689d9430915929f9ab2a4012167b244 Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Sat, 16 Apr 2022 13:06:07 -0700 Subject: emacs: where to save state --- emacs/custom/my-git.el | 1 + 1 file changed, 1 insertion(+) (limited to 'emacs/custom/my-git.el') 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) -- cgit v1.2.3