Created
July 19, 2025 07:22
-
-
Save sogaiu/1c4a6f039a85f4e441330b3329f7c93e to your computer and use it in GitHub Desktop.
emacs and vsch
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
;;; vcsh | |
(use-package vcsh | |
:elpaca (:host nil | |
:repo "https://git.smrk.net/vcsh.el" | |
:files ("*.el"))) | |
;;; magit-vcsh | |
(use-package magit-vcsh | |
:elpaca (:host nil | |
:repo "https://git.smrk.net/magit-vcsh.el" | |
:files ("*.el"))) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment