Added support syntax Django

This commit is contained in:
Jesús
2019-08-07 16:56:30 -05:00
parent aa77769f08
commit 0064120e82
3 changed files with 39 additions and 2 deletions

View File

@@ -0,0 +1,13 @@
;;; init-projectile.el --- .Emacs Configuration -*- lexical-binding: t -*-
;;; Commentary:
;;
;;; Code:
;; Projectile
(use-package projectile
:ensure t
:init
(projectile-mode))
(provide 'init-projectile)
;;; init-yaml.el ends here