Skip to content

Commit

Permalink
fix(emacs): forge: don't fail with ssh.github.com remotes
Browse files Browse the repository at this point in the history
  • Loading branch information
gekoke committed Oct 4, 2024
1 parent 5eaea73 commit b56bee9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions modules/nixos/programs/emacs/init.el
Original file line number Diff line number Diff line change
Expand Up @@ -670,6 +670,8 @@

(use-package forge
:after magit
:init
(add-to-list 'forge-alist '("ssh.github.com" "api.github.com" "github.com" forge-github-repository))
:custom
(forge-add-default-bindings nil) ;; Use evil-collection instead
(forge-owned-accounts '(("gekoke"))))
Expand Down

0 comments on commit b56bee9

Please sign in to comment.