Skip to content

Instantly share code, notes, and snippets.

@sogaiu
Created July 19, 2025 07:22
Show Gist options
  • Save sogaiu/1c4a6f039a85f4e441330b3329f7c93e to your computer and use it in GitHub Desktop.
Save sogaiu/1c4a6f039a85f4e441330b3329f7c93e to your computer and use it in GitHub Desktop.
emacs and vsch
;;; 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