aboutsummaryrefslogtreecommitdiffstats
path: root/modules/init-projectile.el
blob: 96fa205bb038acf126dc8bb0241d6472dcf9e8c7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
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