Add first vcs (git) config
This commit is contained in:
9
lisp/init-vcs.el
Normal file
9
lisp/init-vcs.el
Normal 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
|
Reference in New Issue
Block a user