Skip to content

Commit

Permalink
Merge branch 'main' of github.com:jsigman/emacs-config
Browse files Browse the repository at this point in the history
  • Loading branch information
jsigman committed Sep 11, 2024
2 parents 366feb2 + e02a53e commit 1aa4c1d
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion init.org
Original file line number Diff line number Diff line change
Expand Up @@ -2417,7 +2417,13 @@ Haven't yet found a great use for this.
:config
; This is so we can access forge information
(setq auth-sources '("~/.authinfo.gpg"))
(setq epa-pinentry-mode 'loopback))
(setq epa-pinentry-mode 'loopback)
(setq forge-status-buffer-default-topic-filters
(forge--topics-spec
:type 'pullreq
:active t
:state 'open
:order 'newest)))
(use-package ghub :defer t)
#+end_src
** Magit Todos mode
Expand Down

0 comments on commit 1aa4c1d

Please sign in to comment.