Magit Forge - don't show closed topics by default

This commit is contained in:
Evie Litherland-Smith 2024-06-25 17:10:47 +01:00
parent 0fad85950e
commit f87afa0af6

View file

@ -1008,6 +1008,10 @@ Calls `project-remember-projects-under' for ~/Projects/"
("\\`\\(?:sourcehut:\\|sh:\\)\\([^:]+\\)\\'" "git.sr.ht" "sourcehut.user")
("\\`\\(?:gitea:\\|gt:\\)\\([^:]+\\)\\'" "git.xenia.me.uk" "gitea.user"))))
(use-package forge-topic
:custom
(forge-topic-list-limit '(60 . -5)))
(use-package treemacs
:functions (treemacs treemacs-load-theme)
:bind (("M-g t" . treemacs-select-window))