Add first vcs (git) config

This commit is contained in:
2022-06-05 22:17:02 +02:00
parent 5650593aa5
commit 6b908cb1dd
2 changed files with 36 additions and 0 deletions

9
lisp/init-vcs.el Normal file
View File

@@ -0,0 +1,9 @@
;;; init-vcs.el --- initializes version control systems -*- lexical-binding: t; -*-
;;; Commentary:
;;; Code:
(load-all-files-from-dir (path-join *user-emacs-lisp-directory* "vcs"))
(provide 'init-vcs)
;;; init-vcs.el ends here