Created
July 19, 2025 07:22
-
-
Save sogaiu/2bb882b789dc1440bcb24279720c166a to your computer and use it in GitHub Desktop.
emacs and stgit
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(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