├── .gitignore ├── LICENSE ├── README.md └── vc-use-package.el /.gitignore: -------------------------------------------------------------------------------- 1 | *.elc 2 | -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/slotThe/vc-use-package/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/slotThe/vc-use-package/HEAD/README.md -------------------------------------------------------------------------------- /vc-use-package.el: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/slotThe/vc-use-package/HEAD/vc-use-package.el --------------------------------------------------------------------------------