Skip to content

Instantly share code, notes, and snippets.

@sogaiu
Created July 19, 2025 07:22
Show Gist options
  • Save sogaiu/2bb882b789dc1440bcb24279720c166a to your computer and use it in GitHub Desktop.
Save sogaiu/2bb882b789dc1440bcb24279720c166a to your computer and use it in GitHub Desktop.
emacs and stgit
(use-package magit-stgit
:elpaca (:host github
:repo "stacked-git/magit-stgit"
:files ("*.el")))
(use-package stgit
:elpaca (:host github
:repo "stacked-git/stgit"
:files ("contrib/*.el")))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment