6 lines
121 B
Puppet
6 lines
121 B
Puppet
class core::emacs {
|
|
file { "${user_home}/.emacs.d":
|
|
ensure => 'link',
|
|
target => find_file('core/emacs'),
|
|
}
|
|
}
|