Add headers and provide to each package
This commit is contained in:
parent
ae4946ea96
commit
4337243183
11 changed files with 105 additions and 11 deletions
|
|
@ -1,3 +1,8 @@
|
|||
;;; 07projectile -- summary
|
||||
;;; Commentary:
|
||||
;;; Project management based on git repos
|
||||
;;; Code:
|
||||
|
||||
(use-package counsel-projectile :ensure t :defer t)
|
||||
|
||||
(use-package projectile
|
||||
|
|
@ -14,3 +19,6 @@
|
|||
))
|
||||
|
||||
(projectile-mode t)
|
||||
|
||||
(provide '07projectile)
|
||||
;;; 07projectile.el ends here
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue