Skip to content

Commit

Permalink
explicitly enabled template providers
Browse files Browse the repository at this point in the history
  • Loading branch information
Mark Fiers committed Oct 23, 2012
1 parent 2df4da7 commit 9a0f5e0
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions etc/config
Original file line number Diff line number Diff line change
Expand Up @@ -128,13 +128,16 @@ template:
core:
class: core
priority: 100
archive_global:
class: archive_global
priority: 90
enabled: true
# archive_global:
# class: archive_global
# priority: 90
# enabled: true
local:
class: local
priority: 80
directory: '~/.config/moa/template/'
enabled: true
archive_local:
class: archive
priority: 70
Expand Down

0 comments on commit 9a0f5e0

Please sign in to comment.