Skip to content

Commit

Permalink
git: expand forge-database-file
Browse files Browse the repository at this point in the history
  • Loading branch information
yastanotheruser authored and smile13241324 committed May 29, 2023
1 parent 0e66f7a commit 012fd05
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions layers/+source-control/git/packages.el
Original file line number Diff line number Diff line change
Expand Up @@ -348,8 +348,8 @@
:after magit
:init
(progn
(setq forge-database-file (concat spacemacs-cache-directory
"forge-database.sqlite")
(setq forge-database-file (expand-file-name "forge-database.sqlite"
spacemacs-cache-directory)
forge-add-default-bindings nil)
(spacemacs/set-leader-keys-for-major-mode 'forge-topic-mode
"a" 'forge-edit-topic-assignees
Expand Down

0 comments on commit 012fd05

Please sign in to comment.