diff options
author | Jesús <heckyel@hyperbola.info> | 2019-01-08 17:08:58 -0500 |
---|---|---|
committer | Jesús <heckyel@hyperbola.info> | 2019-01-08 17:08:58 -0500 |
commit | 0cfbe1a462722775da18553eab7d4b041a2e5774 (patch) | |
tree | 184ec29a3c3497c435bebd973a8ea6d0e517b802 /init.el | |
parent | 5f494a38d3216b337228c79da524b7b85d6a3926 (diff) | |
download | emacs-personal-0cfbe1a462722775da18553eab7d4b041a2e5774.tar.lz emacs-personal-0cfbe1a462722775da18553eab7d4b041a2e5774.tar.xz emacs-personal-0cfbe1a462722775da18553eab7d4b041a2e5774.zip |
added support git
Diffstat (limited to 'init.el')
-rw-r--r-- | init.el | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -44,6 +44,7 @@ (require 'init-whitespace) (require 'init-emmet-mode) (require 'init-nginx) +(require 'init-git) ;;(require 'init-editorconfig) ;; Languages (require 'init-ccc) |