Add config for Projectile

This commit is contained in:
Adam Goldsmith 2016-03-01 15:11:53 -05:00
parent 87674391a7
commit afecaba3c1

View File

@ -191,6 +191,14 @@
(local-set-key (kbd "S-<tab>") 'markdown-promote)
:mode "\\.md\\'")
(use-package projectile
:config
(projectile-global-mode)
(setq projectile-mode-line
'(:eval (if (file-remote-p default-directory)
" P"
(format " P[%s]" (projectile-project-name))))))
(use-package scad-mode
:mode "\\.scad$"
:config