aboutsummaryrefslogtreecommitdiffstats
path: root/modules/init-projectile.el
diff options
context:
space:
mode:
authorJesús <heckyel@hyperbola.info>2019-08-07 16:56:30 -0500
committerJesús <heckyel@hyperbola.info>2019-08-07 16:56:30 -0500
commit0064120e82c2660618efb651daf50542bd259a22 (patch)
tree286561a531c789be0d266d4df8fd7c69670f30f8 /modules/init-projectile.el
parentaa77769f083e9e79278ef3cfb841652f3676a03e (diff)
downloademacs-personal-0064120e82c2660618efb651daf50542bd259a22.tar.lz
emacs-personal-0064120e82c2660618efb651daf50542bd259a22.tar.xz
emacs-personal-0064120e82c2660618efb651daf50542bd259a22.zip
Added support syntax Django
Diffstat (limited to 'modules/init-projectile.el')
-rw-r--r--modules/init-projectile.el13
1 files changed, 13 insertions, 0 deletions
diff --git a/modules/init-projectile.el b/modules/init-projectile.el
new file mode 100644
index 0000000..96fa205
--- /dev/null
+++ b/modules/init-projectile.el
@@ -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